Commit Graph

2998 Commits

Author SHA1 Message Date
6b2ac32f4f Whitespace cleanup 2016-06-26 06:23:00 -07:00
e5f29d1375 Change whitespace in go-mode-install-current-project 2016-06-25 16:43:58 -07:00
cc12346236 Add imalison prefix to use-ido variable 2016-06-25 16:43:22 -07:00
57dfe8805e Set go-test-additional-arguments-function
This adds additional arguments to the command produced by gotest so that
only the suite test is actually executed.
2016-06-25 16:42:03 -07:00
8d062edd64 Use imalison:use-package* for gotest cofiguration 2016-06-25 16:41:34 -07:00
91262f04e4 Disable key-chord 2016-06-25 16:40:28 -07:00
3cebedef6d Add imalison prefix to capture template funcs 2016-06-25 16:39:51 -07:00
e14da00dea Function to replace escape sequences 2016-06-25 16:38:08 -07:00
b55289f5d4 Move coding system config into function 2016-06-25 16:37:36 -07:00
487fc391ce Add compile hydra 2016-06-25 00:32:11 -07:00
134ba0b741 Add Named Compile, Change hydra-yank binding 2016-06-22 20:18:32 -07:00
9225b95ff0 Miscellaneous cleanup 2016-06-22 20:02:50 -07:00
58d2b5c113 Make imalison:compose handle undefined functions
Because help-function-arglist returns t when it encounters an undefined
function, imalison:compose was choking when it was evaluated on
functions that are not defined at the time of macro expansion.
2016-06-22 20:00:21 -07:00
6a7670f4c3 Use help-function-arglist in imalison:compose
This allows use to automatically detect the signature of a
function/macro and take arguments accordingly in the composition.
2016-06-22 18:43:09 -07:00
d61a6cf1b1 Merge branch 'master' of github.com:IvanMalison/dotfiles 2016-06-22 15:27:10 -07:00
bd20c99817 Set org-startup-indented to nil 2016-06-22 15:26:13 -07:00
e294a88775 Fix spacing in calendar capture definitions 2016-06-22 15:25:40 -07:00
b5fa53cfa4 Only defvar (don't setq) org mode agenda filenames 2016-06-22 15:23:29 -07:00
6fdd4582a7 Fix copy buffer file functions by using compose-2 2016-06-22 15:22:58 -07:00
6bb338ee4f Capitalize Headings 2016-06-22 15:22:27 -07:00
917186ccdb New Macro imalison:advice-add-around-builder 2016-06-22 15:21:04 -07:00
656e33a64b Add intermediate helper imalison:compose-2-argspec
This macro is usefule when the first function supplied needs to use
special keywords etc.
2016-06-22 14:17:59 -07:00
62ba0f0413 Set up automatic compilation of emacs-lisp
We set the load-prefer-newer in init.el, so automatic compilation should
be relatively safe. Still worth looking out for any issues this commit
might cause.
2016-06-21 22:37:44 -07:00
60404e6f78 Move macros around 2016-06-21 17:03:21 -07:00
8f0d4907dc Remove flycheck checker in flycheck-mode-hook
Removing it in the emacs mode hook caused an issue when flycheck mode
was not yet enabled.
2016-06-21 17:01:06 -07:00
7c40a18221 Fix typo in diminish of magit-gh-pulls-mode 2016-06-21 17:00:44 -07:00
bf6406908e Add headings to compose implementations 2016-06-21 16:12:56 -07:00
1eb3f48dfc Add a version of compose for named functions
This version is interesting because it works with macros
2016-06-21 16:06:54 -07:00
490c4c758b Make emacs initialization even quieter 2016-06-21 15:28:10 -07:00
4ffa55affe Disable emacs-lisp-checkdoc flycheck for org source 2016-06-21 14:59:02 -07:00
8ce8e7d4ab Swap sd key-chord for fj
The 'sd' binding was causing issues when typing.
2016-06-21 14:58:06 -07:00
b80c6391be Comment/Pull out sections of elisp config 2016-06-21 14:57:44 -07:00
e3d4b7aed0 Add custom helm-projectile functions to mode map
helm-projectile's use package was reindented because it was not at the
correct level before.
2016-06-21 14:55:32 -07:00
d14005fd18 Add yanking hydra, rename font-resize hydra 2016-06-21 14:51:00 -07:00
2507aee550 Group github packages together 2016-06-21 14:50:16 -07:00
b5295f3ca9 Misc heading tweaks 2016-06-21 14:47:21 -07:00
81bfd310fc Remove unused/useless lisp functions 2016-06-21 14:46:38 -07:00
84e8b318af Rewrite copy filename functions 2016-06-21 14:45:52 -07:00
8edda6689b Add named-build macro
Removes old attempts at named-builder-builder
2016-06-21 14:44:51 -07:00
ec06e57d21 Make imalison:compose return an anonymous function
Also provide a unary version of imalison:compose
2016-06-21 14:44:08 -07:00
b981768c8f Remove tmate tap from cider/boostrap.json 2016-06-21 11:12:43 -07:00
3b1fdbbd03 Diminish magit add-on modes 2016-06-20 17:55:13 -07:00
b271f6e326 Set visible-bell to t to disable audible-bell 2016-06-20 17:46:51 -07:00
8640f0d2de magit-gitflow 2016-06-20 17:46:51 -07:00
d3fb7496f5 Add git-flow to cider/bootstrap.json 2016-06-20 17:46:51 -07:00
46f1fcb5b0 git-timemachine 2016-06-20 17:46:51 -07:00
7d643cce6f Move github-clone 2016-06-20 17:46:51 -07:00
be846bad55 Diminish smartparens-mode and reindent its config 2016-06-20 13:06:11 -07:00
f8ec571425 Fix typo imalison:gpc-key -> imalison:gpg-key
Thanks @simplyianm.
2016-06-20 11:51:24 -07:00
c70a9897e8 Enable editorconfig-mode 2016-06-20 11:49:12 -07:00
926f144d6a Add key-chord bindings for commonly used commands
Also includes imalison:disable-keychord-around which disables keychord
around the invocation of some function. This is used with avy commands
because those often require the user to type odd key combinations that
might be used as keychords.
2016-06-20 11:47:20 -07:00
9010d3b976 Set dtrt-indent-active-mode-line-info to " [⟼]" 2016-06-20 11:09:12 -07:00
fd91b0c919 Fix compilation of imalison:use-package invocations
imalison:use-package previously referred to variables that were only
available at runtime.
2016-06-20 11:07:49 -07:00
3eece592fd Define and use imalison:use-package
imalison:use-package checks for the existence of the package in question
in the projects directory, adding that path to load-path if it does.
2016-06-20 02:34:43 -07:00
9e63beef45 Add an about section to README.org 2016-06-20 01:28:14 -07:00
1142e687e5 Set magit commit to use --gpg-sign when possible
If imalison:gpg-key is set to a non-nil value it is added to
magit-commit-arguments which makes it a default option.
2016-06-20 01:22:43 -07:00
afcd5804c0 Define imalison:projectile-find-file using imalison:prefix-alternatives 2016-06-20 01:10:21 -07:00
50b5ea66e0 Remove prompts on prefix call to imalison:do-ag
The previous behavior of a call with a single C-u press (where the user
was prompted for a directory in which to perform the search and filetypes on
which to it) is now available with two C-u presses. imalison:do-ag is
now defined with a call to imalison:prefix-alternatives.
2016-06-20 01:03:43 -07:00
33839b7f25 Make init less noisy 2016-06-20 00:37:02 -07:00
7ac471bb77 Add source of .customenv to .zshenv 2016-06-20 00:36:12 -07:00
0a1867b67e Message result builder 2016-06-19 23:52:01 -07:00
4466d5d960 Set imalison@uber.com as git email automatically 2016-06-19 23:51:13 -07:00
d1fbd293d5 Add in_git_directory to function.sh 2016-06-19 23:50:34 -07:00
d1d1ebcd99 Add magit-gh-pulls 2016-06-19 22:06:09 -07:00
814052c8d7 Add new github-clone commands
See https://github.com/dgtized/github-clone.el/pull/19
2016-06-19 21:32:04 -07:00
f90074a92e Mindless tweaks 2016-06-19 21:28:06 -07:00
328417cbba Quote function name in funcall arg
This fixes get-projects-directory-target-from-repo.
2016-06-19 21:26:49 -07:00
a64f6cbcaa Set paradox token from gh-auth-get-oauth-token 2016-06-19 21:25:33 -07:00
a6ecb636e8 disable semantic for now 2016-06-19 02:59:53 -07:00
a96273d1fd Make compose headline nicer. 2016-06-19 02:10:20 -07:00
fba3feb8fb edit_script function 2016-06-19 02:05:14 -07:00
61bc58a5f1 move stuff around 2016-06-19 02:05:05 -07:00
052469ae12 add headlines to emacs-lisp section of config 2016-06-18 19:23:22 -07:00
2102460bef imalison:elisp-slime-nav bound to M-.
imalison:elisp-slime-nav does jump to definition normally and describe
thing at point with a prefix arg
2016-06-18 19:23:22 -07:00
fa8e43e125 github-search-user-clone-repo added to autoloads for github-search 2016-06-18 19:23:03 -07:00
dd0b1a0a9e package-initialize in init.el 2016-06-18 18:18:52 -07:00
75d35279be forest-blue-theme 2016-06-18 18:18:30 -07:00
453137bd67 fix imalison:get-projects-directory-target-from-repo 2016-06-18 18:18:22 -07:00
a1654dd972 fix up org mode use-package 2016-06-18 18:18:00 -07:00
eac3066f9a add main heading 2016-06-18 09:39:03 -07:00
9cac14f6f0 Ignore errors from time_emacs 2016-06-18 09:39:03 -07:00
90baf542be only use Projects tagert for cloning using github-search if the target
does not exist
2016-06-17 17:02:39 -07:00
ff489c541a benchmark fix 2016-06-17 12:46:13 -07:00
9375096279 Fix org-capture-make-todo-template in a few different ways 2016-06-17 12:26:00 -07:00
d80a510304 Bind M-. to elisp-nav in org-mode 2016-06-17 11:29:48 -07:00
a66090eb20 Fix org-mode startup 2016-06-17 11:29:25 -07:00
3773923678 Benchmarking improvements 2016-06-17 11:28:54 -07:00
84e5234f44 random tweaks 2016-06-16 17:33:50 -07:00
67dcb0c2a5 parse stop infromation 2016-06-16 17:33:16 -07:00
24b408110d get-file-string and move imalison:get-lat-long 2016-06-16 17:21:54 -07:00
a96aceccb7 add autoenv 2016-06-16 14:44:09 -07:00
c1e79877c0 move required packages around add csv parsing 2016-06-16 14:43:47 -07:00
86777e15c8 only show muni in spaceline in the active window 2016-06-16 13:04:57 -07:00
79000e90a7 Add spaceline segment for muni 2016-06-16 13:00:18 -07:00
112ebb8ee1 spaceline-helm-mode 2016-06-16 12:24:11 -07:00
8af8713312 random tweaks 2016-06-16 12:19:58 -07:00
be0776f12f cached muni, move zop-to-char 2016-06-16 12:19:33 -07:00
097749400c beef up text manipulation section 2016-06-16 11:34:39 -07:00
40de8f8077 font size 2016-06-16 11:13:26 -07:00
9f0401305d keybindings section, hydra 2016-06-16 11:06:30 -07:00
2d802f7be5 muni and haversine distance 2016-06-16 10:56:41 -07:00
e0253bf734 no bullets for notes so they don't display as headings 2016-06-16 10:56:03 -07:00
1a23eb0a65 github-search 2016-06-15 21:31:29 -07:00
a94959dbe4 imalison:join-paths 2016-06-15 21:30:17 -07:00
2d039442f1 Move more general config stuff around 2016-06-15 21:01:55 -07:00
a8b89206c4 Move some general config stuff around 2016-06-15 20:46:56 -07:00
805a5d0816 Add ipdb script target for realgud 2016-06-15 17:58:30 -07:00
3ded6ed793 move org-projectile and other tweaks 2016-06-15 17:58:20 -07:00
03730f5a64 use shut-up in place of suppress-messages 2016-06-13 17:35:28 -07:00
3c5cf82268 Move more stuff around 2016-06-13 16:37:14 -07:00
04912089eb move all git packages together 2016-06-13 16:18:05 -07:00
8972c62bc0 Separate all use-package calls into their own source blocks 2016-06-13 15:45:36 -07:00
b96ecb07bc macros for extracting emacs-lisp use-package source blocks 2016-06-13 12:50:55 -07:00
654771fb57 Reorganize some stuff 2016-06-13 12:29:09 -07:00
49bcdf8cfa Move magit 2016-06-13 12:23:06 -07:00
979b3b9646 crux-reopen-as-root-mode comment fix 2016-06-13 12:18:17 -07:00
e8052339c8 readd smartparens 2016-06-13 10:52:51 -07:00
dcde0ce7cd A whole bunch of stuff including realgud 2016-06-12 19:07:51 -07:00
fbdafab542 Move diminishes around 2016-06-11 00:34:15 -07:00
f95d995e1d simplify helm-config 2016-06-11 00:32:51 -07:00
a5aece3274 Add benchmarking section 2016-06-11 00:28:17 -07:00
303c0c7d91 remove imalison:packages-to-install 2016-06-11 00:27:46 -07:00
6d96829e16 tweak 2016-06-11 00:17:20 -07:00
2ff187fbf7 Fix org not supporting https 2016-06-11 00:16:56 -07:00
65fb196dbe rewrite archive setup 2016-06-10 23:59:09 -07:00
09f1d3678b use secure by default 2016-06-10 23:43:36 -07:00
2d41071eca make init.el less complicated/sophisticated. boostrapping to get
org-mode should not really be necessary since org is included in emacs.
2016-06-10 23:42:50 -07:00
3ccda6aa89 load gh from projects when possible 2016-06-10 16:27:08 -07:00
db96469bfb only run path helper when the file exists 2016-06-10 16:26:39 -07:00
27f2baa4da handle powerline not existing 2016-06-10 16:24:39 -07:00
1315de4b37 Change name 2016-06-10 14:19:15 -07:00
b91d816c2b always flatten imenu indexes 2016-06-10 14:10:12 -07:00
a3f03c9702 Move smartparens out 2016-06-10 14:06:07 -07:00
24e470636a crux-reopen-as-root-mode 2016-06-10 14:05:51 -07:00
8e4b438a4b remove second set of imenu index flattening functions 2016-06-10 14:03:10 -07:00
a5a4c80667 Move crux out, use crux sudo-edit 2016-06-10 14:02:49 -07:00
514b7eb27d pull out imenu index flattening code 2016-06-10 13:44:10 -07:00
369cec1b3d readd keybindings 2016-06-10 12:11:56 -07:00
a1f1fc4c7b whitespace 2016-06-09 19:32:13 -07:00
0541b7f796 tweaks 2016-06-09 17:40:26 -07:00
a8698dbc9f git-subrepo 2016-06-09 17:19:18 -07:00
1fa78ecdba git_prune_all_history_involving 2016-06-09 17:06:23 -07:00
dd526baa2c add gruvbox-theme 2016-06-09 15:16:07 -07:00
4d93682a9d flatten org-imenu 2016-06-09 14:16:53 -07:00
031d65f087 Move term-manager and term-projectile, add support for creating terms in
default directory to hydra
2016-06-09 14:09:08 -07:00
a1b115ac0d reorder a bunch of stuff 2016-06-09 13:27:39 -07:00
a2a7ed1d15 move rust-mode 2016-06-09 13:10:50 -07:00
745ad6f525 scala and js modes in Major Modes 2016-06-09 13:08:39 -07:00
4e72d2ff6a move emacs-lisp to major-modes 2016-06-09 13:04:35 -07:00
0682d0d580 org-mode to essential 2016-06-09 13:01:52 -07:00
06effdf903 python-mode and go-mode to major modes 2016-06-09 13:00:11 -07:00
e861aa1e64 Move avy into essential 2016-06-09 12:59:47 -07:00
946c8ba3b9 Use lexical binding in README.el 2016-06-09 12:52:26 -07:00
5d94bb49d6 move iedit 2016-06-08 14:40:51 -07:00
c9a613510e spaceemacs theme 2016-06-08 14:40:39 -07:00
f6fdc23650 use http instead of https for org source by default 2016-06-08 14:40:19 -07:00
9727207dde Move helm-projectile and projectile 2016-06-07 10:20:01 -07:00
997be72bde remove duplicate prefix-alternatives 2016-06-07 10:19:44 -07:00
23d93f3d2a reorder stuff 2016-06-06 23:05:33 -07:00
88cc27b890 Make prefix alternatives and other functions literate 2016-06-06 17:23:38 -07:00
a651bcfb6b Try out source linking 2016-06-06 16:57:30 -07:00
94c7b6e113 remove imalison:term 2016-06-06 16:50:52 -07:00
6f810fb5df More literateization 2016-06-06 16:47:58 -07:00
6cd8dbca9d move helm to literate section 2016-06-06 16:10:23 -07:00
18a7154a64 Rewrite lambda as prefix-alternatives 2016-06-06 16:10:04 -07:00
5dbbee2346 Make keybindings literate 2016-06-06 16:02:54 -07:00
6f3ed7be93 Add custom emacs-lisp section 2016-06-06 15:55:11 -07:00
08083b5bb2 Make appearance section literate 2016-06-06 15:54:51 -07:00
b99bca2755 documentation change 2016-06-06 15:53:38 -07:00
169c8e04d7 Move config.org to README.org so that things display nicely on github 2016-06-06 12:31:59 -07:00
57001ef807 Make custom files and user info settings literate 2016-06-06 12:16:32 -07:00
eea69dfbd0 compile config 2016-06-06 12:00:47 -07:00
5708686c35 literate init in config.org 2016-06-06 11:57:27 -07:00
5fd4d5ad55 init.el -> config.org 2016-06-05 13:43:04 -07:00
fa185430ef add github packages 2016-06-05 13:41:58 -07:00
e70025671d whitespace 2016-06-05 13:16:14 -07:00
6c41d847c5 checkdoc-arguments-in-order-flag to nil 2016-06-05 13:16:14 -07:00
cb5d7f8524 random tweaks 2016-06-02 16:28:01 -07:00
b1d52aac93 remove :ensure t 2016-06-02 15:21:36 -07:00
859285dde9 _ unused arguments 2016-06-02 14:38:10 -07:00
dcc614e9a5 remove useless copy functions 2016-06-02 14:37:42 -07:00
c40c222030 random tweaks 2016-06-01 16:05:58 -07:00
fb11502ed5 fix python scripts path 2016-06-01 16:05:34 -07:00
ecac8eceb2 remove term in favor of term-projectile 2016-06-01 13:31:06 -07:00
c1ce389ea0 Tweaks 2016-06-01 11:36:36 -07:00
47a516d540 add term-manager and term-projectile 2016-05-31 20:30:05 -07:00
5996800108 remove stray ensure 2016-05-26 12:47:26 -07:00
2f54a005b3 Assign M-. to jedi:goto-definition 2016-05-26 12:40:22 -07:00
8da98ddc12 leuven-theme 2016-05-24 23:17:59 -07:00
cbb56baf61 random cleanup 2016-05-24 23:17:51 -07:00
9e01770956 gitolite-clone-force-refresh 2016-05-24 23:17:40 -07:00
be271d56d9 random cleanup 2016-05-24 23:17:27 -07:00
d60630bc7d random cleanup 2016-05-24 23:16:57 -07:00
333cb613fe random whitespace 2016-05-24 23:16:42 -07:00
943a640776 crux 2016-05-23 12:09:44 -07:00
30fb2a3646 emr 2016-05-23 12:09:39 -07:00
1de42526dc random cleanup 2016-05-20 14:13:34 -07:00
d0bb940eb2 remove term-projectile 2016-05-20 14:13:22 -07:00
fb14acb3e5 disable always checking for documentation in checkdoc 2016-05-20 13:55:28 -07:00
cad913aca3 random tweaks 2016-05-18 17:12:13 -04:00
cdee6699c8 rust fixups 2016-05-18 17:06:54 -04:00
0db5a7c12b Remove irrelevant comment 2016-05-18 17:06:23 -04:00
85017e0c23 add rust to bootstrap.json 2016-05-14 16:35:38 -04:00
45d10ba487 disable theme changer 2016-05-14 16:35:30 -04:00
8c755bab7c additional rust packages 2016-05-14 16:35:14 -04:00
24286ef2ef fix custom projetile binds 2016-05-14 16:34:52 -04:00
cb51da13e5 add cargo binaries to PATH 2016-05-14 16:34:06 -04:00
f6d089c6b3 disable matrix client for now 2016-05-14 16:33:47 -04:00
bf9b86b3cc Move binding specs into :bind, other random tweaks 2016-05-13 16:53:55 -07:00
d5f3e7593e multi-lining tweak 2016-05-13 16:51:07 -07:00
9b83da4f7e fix imalison:go-mode-hook 2016-05-13 16:50:50 -07:00
d96332cd08 random tweaks 2016-05-13 10:51:46 -07:00
da1a980b5e rewrite ensime-mode as bind 2016-05-13 10:51:28 -07:00
b947ae9e69 go-mode cleanup 2016-05-12 14:36:31 -07:00
8c949d3c6d fix indent for multiple-cursors-bind 2016-05-12 14:18:03 -07:00
12ed7dd08b term cycling 2016-05-04 10:19:22 -07:00
5c7bd61668 fix imalison:dynamic-let-advise-around 2016-05-04 10:18:45 -07:00
80da7a550f dynamic-let-advise-around 2016-04-27 15:40:17 -07:00
412e2241d4 demand gotest 2016-04-12 16:11:49 -07:00
92b03277ca minor python cleanup 2016-04-11 12:02:57 -07:00
0e2f11608f git_reset_author_from_user 2016-04-06 01:53:59 -07:00
5f1089134e fix go guru 2016-04-06 01:53:59 -07:00
42745a44fd kill_h_forward 2016-04-05 12:23:29 -07:00
3c052a63ed Multi-lining 2016-04-05 12:23:14 -07:00
20c4da57c6 demand smartparens so it works at startup 2016-04-05 12:22:57 -07:00
45c7bdc7b7 Advise go-import-around with normal go command 2016-04-05 12:22:35 -07:00
3b1db347a9 Actually fix package.el 2016-04-05 12:21:13 -07:00
35b2ceb82b remove ensure 2016-04-05 12:20:11 -07:00
82aaaaf4a1 Fix package.el urls 2016-04-05 12:19:59 -07:00
fca7049c33 update mclists 2016-04-05 12:19:42 -07:00
8eb4ac21c3 set normal go command for guru definition 2016-03-20 20:26:34 -07:00
840e2cedd8 imalison:let-advise-around 2016-03-20 20:26:00 -07:00
e202d51e0a instead of rule for glide get/install 2016-03-19 03:23:47 -07:00
1a31e6db79 Add glide to bootstrap 2016-03-17 23:56:39 -07:00
9001de6a20 tweak secure settings 2016-03-17 21:46:45 -07:00
6a17ec8c2f use go-guru instead of godef 2016-03-16 19:19:40 -07:00
2a1671a6b3 remove project-root-of-file 2016-03-16 19:19:40 -07:00
74620118ab ignore xkcd 2016-03-16 19:19:40 -07:00
6974f750ca Random tweaks 2016-03-16 00:56:21 -07:00
beb7494307 whole bunch of stuff 2016-03-15 16:28:11 -07:00
92bed9d6cb enable go vendor experiment 2016-03-15 16:28:11 -07:00
b6d391aeba disable inhibiting magit revert 2016-02-23 14:08:13 -08:00
c4e974ab78 flake8 tweaks 2016-02-23 14:08:13 -08:00
bfca12d289 slash grid tweaks 2016-02-22 11:17:48 -08:00
29097b5a38 shellenv tweaks 2016-02-22 11:17:33 -08:00
11c2041842 Disable govendor experiment for now 2016-02-22 11:12:40 -08:00
8b390a2f77 parsetimestamp2 2016-02-22 11:12:23 -08:00
33cd4a051b uber tweaks 2016-02-22 11:12:06 -08:00
4675cd33fe Always source autojump 2016-02-22 11:11:40 -08:00
43861cf2fb diminish smartparens autorevert 2016-02-22 10:46:50 -08:00
5bef45e2cc end of visual line for all cursors 2016-02-22 10:46:32 -08:00
57de540242 add jq-mode 2016-01-12 16:55:29 -08:00
cefc6da3e2 planes WIP 2016-01-11 16:24:08 -08:00
bf39a9bad6 Add segment 2016-01-11 16:23:52 -08:00
7e6681fa53 org-projectile sort of dependss on helm. Put it inside its config 2016-01-11 16:23:02 -08:00
af3c9b54ec coreutils needs to go before /usr/bin 2016-01-11 16:22:41 -08:00
f43c3457a9 Keybind paste to s-v 2016-01-11 14:44:41 -08:00
25af0c8be8 New path management system 2016-01-05 19:50:42 -08:00
b54fd3c8aa Get rid of linum width jitter at low line number counts by setting a
minimum linum width
2016-01-05 14:04:33 -08:00
0a01c89ac7 Set max line length to 100 in pylintrc 2016-01-05 14:03:32 -08:00
6f4bc782bb ido-write-file is run once for mc-lists 2016-01-05 14:02:58 -08:00
7e6fc5b033 get rid of different colored fringes 2015-12-13 20:22:42 -05:00
a5b77ae0ec multi-line config tweaks 2015-12-13 20:22:23 -05:00
edb33fe317 inhibit magit-rever 2015-12-13 20:21:01 -05:00
bc2892eba2 add python scripts path 2015-12-13 20:20:46 -05:00
9b2c9b54da hyper_tunnel 2015-12-13 20:20:34 -05:00
0e5f0b42f5 gotham default 2015-11-27 14:04:02 -05:00
429c592ed0 disable git gutter because it was casuing weird issues with linum 2015-11-27 14:03:43 -05:00
16f27584c5 Disable setting of host in term support for emacs 2015-11-27 14:02:44 -05:00
99c20e04d6 Add a compose macro that composes functions with arbitrary arguments 2015-11-25 12:50:08 -05:00
03f62993e6 random tweaks to multi-line and more 2015-11-25 11:15:16 -05:00
42175447f1 undo random bad changes 2015-11-25 11:13:44 -05:00
59d399ffec no aliasing of readlink 2015-11-24 01:31:17 -05:00
47b2ee2ac2 TODO documentation cleanup 2015-11-23 00:40:11 -08:00
82f50df525 get multi-line from melpa 2015-11-23 00:39:39 -08:00
4b7b6fa84c git-gutter instead of diff-hl 2015-11-23 00:39:17 -08:00
595da6ff68 clean up im-unindex 2015-11-23 00:39:05 -08:00
4147b16824 meh 2015-11-23 00:38:52 -08:00
161f82949e multi-line use-package 2015-11-22 02:53:04 -08:00
d849f8fc5f more prefix-alternatives fixes 2015-11-22 02:52:30 -08:00
348d2d1fa6 more prefix-alternative cleanup 2015-11-22 01:50:07 -08:00
6688135c17 Clean up prefix-alternatives a bit 2015-11-22 01:47:15 -08:00
2d5c9fb89a multi-line sort of actually works 2015-11-21 20:16:43 -08:00
d7b4d1206a Invalidate Cache and Open File helm-projectile action 2015-11-21 19:53:42 -08:00
bab589076e update multi-lining testing functions 2015-11-21 19:46:26 -08:00
087604c693 multi-line-config-manager 2015-11-21 19:46:26 -08:00
8c498a3987 require emacs 24 for multi-line 2015-11-21 19:46:26 -08:00
af9fee932d bars-at-markers 2015-11-21 19:46:26 -08:00
27ed38b485 set deft directory correctly 2015-11-21 19:46:26 -08:00
598a299021 docstrings and various other tweaks for multi-line 2015-11-21 19:46:26 -08:00
03f4dabe6d Add missing comma to bootstrap 2015-11-21 19:30:48 -08:00
9367f2522d actually use sub checkers in column number checker 2015-11-21 04:58:26 -08:00
cc483ad8bd multi-line-test.el 2015-11-21 04:44:11 -08:00
fc1860c09c invoke utility functions in imalison.py 2015-11-21 04:43:54 -08:00
199e9cc1f8 multi-line.el 2015-11-21 04:43:26 -08:00
c9f046f38e imalison python utilities 2015-11-20 22:54:36 -08:00
d8baf019d0 sparkleshare 2015-11-20 22:54:16 -08:00
d5e862f37a asciicinema config 2015-11-20 19:04:36 -08:00
fb8cbc551c Remove gotest-temp 2015-11-18 14:24:04 -08:00
8467a9c15c Disable indent-guide 2015-11-18 14:23:53 -08:00
50253d414c git_blame_counter 2015-11-18 01:26:36 -08:00
54e815a804 bump gotest-temp 2015-11-18 01:18:27 -08:00
3352c38e7d Always use normal emacsclient instead of specific serverfile 2015-11-17 23:53:24 -08:00
789f839df2 disable tcp for server mode. Was causing issues with starting the server
should probably be reverted when possible
2015-11-17 23:53:24 -08:00
efa0de090f plus minus 2015-11-17 06:03:44 -08:00
8fc2cd4141 global-subword-mode 2015-11-17 04:39:01 -08:00
03e066d491 add color-theme-modern 2015-11-17 03:03:13 -08:00
ef8dbb93c2 phabricator 2015-11-16 23:48:52 -08:00
3a5cc2580d whitespace tweak 2015-11-16 23:48:52 -08:00
6dff22bbf6 Add custom gotest version (revert this when change gets merged) 2015-11-16 23:45:35 -08:00
2c5e1e1aa5 indent-guide 2015-11-16 23:45:24 -08:00
09bf07b842 melpa only for now 2015-11-16 23:45:17 -08:00
e6d4c535af WIP shell mode support 2015-11-14 00:40:20 -08:00
545e36dc4f tweaks 2015-11-14 00:19:58 -08:00
cd53b107ee bump ensime-sbt 2015-11-14 00:19:42 -08:00
9a541ac2a6 tweaks 2015-11-14 00:19:28 -08:00
cbe96e0440 gomode install current project on save 2015-11-14 00:19:10 -08:00
c71ffba678 add gopath to exec-path-from shell 2015-11-14 00:18:19 -08:00
72632ac413 Escape python command 2015-11-14 00:17:53 -08:00
b8b40ab07e temporarily disable editorconfig in js2 mode 2015-11-13 23:59:33 -08:00
055a55e6d0 fix ensime keybinding 2015-11-13 23:58:36 -08:00
3b2e783474 add matrix client 2015-11-13 23:58:27 -08:00
e35c4aad1b edconf command 2015-11-13 23:58:18 -08:00
a9f9bc95c8 use https for elpa urls 2015-11-13 23:58:03 -08:00
a6edc28b4e Secure package.el interactions 2015-11-13 23:10:56 -08:00
fd06a67fd3 Disable marmalade for now 2015-11-13 22:50:02 -08:00
39290cee78 unescape python command 2015-11-11 20:16:49 -08:00
0c33116a74 Set python binaries directory to the right place 2015-11-11 20:16:32 -08:00
d2c32426d3 multi line support for go imenu index 2015-11-08 02:38:05 -08:00
893794b519 diff-hl global mode 2015-11-08 02:37:31 -08:00
8ecfa76607 Random shell changes 2015-11-08 02:37:09 -08:00
71363407b0 current-file with prefix alternative on C-c t in gomode 2015-11-05 02:05:49 -08:00
d4b566e63e unset prefix argument in prefix-alternatives 2015-11-05 02:05:29 -08:00
570bfbf645 phi-search-backward to mc-lists 2015-11-05 02:05:02 -08:00
4fd31ba998 git fdiff 2015-11-02 21:17:10 -08:00
5313234dce mc lists for avy and string inflection 2015-11-02 21:16:53 -08:00
5d8ad12738 company-yasnippet built into keybindings 2015-11-02 21:16:36 -08:00
3cf95a3718 multi lining 2015-10-28 15:29:59 -07:00
0347baecdb force-new-term 2015-10-26 13:48:04 -07:00
862d4c7c49 Revert "move binds for smartparens into :bind of use-package"
This reverts commit ea40216d49b5699e2d135266beaeab3e54a431eb.
2015-10-25 21:56:04 -07:00
1a9036f70d random stuff 2015-10-25 21:53:09 -07:00
1bc888574a goimport as gofmt command 2015-10-25 15:59:10 -07:00
159421eee8 bump sbt ensime version 2015-10-25 15:49:47 -07:00
740c283f96 use bind key for go keybindings 2015-10-25 15:44:07 -07:00
fae8c80144 tweak ensime setup 2015-10-25 15:43:38 -07:00
ceb640ad14 gotest 2015-10-25 15:41:31 -07:00
293b36e426 .cql is web-mode go template type by default 2015-10-25 15:41:12 -07:00
010b34d547 projectile behavior for imalison:term by default 2015-10-25 15:40:50 -07:00
c9b5ad6ecb ignore go-build for projectile 2015-10-19 14:45:51 -07:00
7d31a92125 disable flyspell prog mode 2015-10-19 14:45:17 -07:00
1acf0f6062 remove global binding for web beautify 2015-10-18 16:39:19 -07:00
4ebae4d84a Remove (imalison:set-pytest-command) from python mode-hook 2015-10-18 15:40:12 -07:00
5474770d3a Make jedi the only completion source for python-mode 2015-10-18 15:40:12 -07:00
2521235f54 beacon 2015-10-18 14:52:10 -07:00
cd1b246a05 disable web-beautify-js binding 2015-10-18 14:46:21 -07:00
fbe48c5a70 Handle delete buffers in imalison:term-buffer 2015-10-15 23:29:59 -07:00
e46492be46 flatten go-mode imenu-index 2015-10-15 23:28:31 -07:00
f2ab06d779 floobits 2015-10-15 23:28:16 -07:00
066d78c67f change previous buffer to binding that is available in ansi-term 2015-10-15 14:23:50 -07:00
da0bab183a slash grid use numbers 2015-10-15 14:23:37 -07:00
071fa2cabe use imalison:term in helm-source 2015-10-15 03:40:53 -07:00
867eb9fbe1 move binds for smartparens into :bind of use-package 2015-10-15 03:26:59 -07:00
93df81a6c9 emacs_ansi_term_support for zsh shell 2015-10-15 03:25:25 -07:00
757a30e066 disable flyspell 2015-10-15 03:24:57 -07:00
ab40e9ee60 go-eldoc 2015-10-15 03:24:47 -07:00
6e5d3988b6 auto-updating term mode buffer names
also a mechanism by which terms for the current directory can be accessed
2015-10-15 03:24:08 -07:00
5faff2ecff indexed-mapping 2015-10-15 03:22:42 -07:00
6292e7732b Add web-mode and configure for go templating 2015-10-14 14:01:10 -07:00
eb3557c995 Change default size for slash grid 2015-10-14 14:00:57 -07:00
0c6446bb97 binding for previous-buffer 2015-10-14 11:13:03 -07:00
c663d3c213 Add helm projectile action for term-projectile 2015-10-14 01:23:34 -07:00
117a686b81 get rid of random stray stuff in term-projectile 2015-10-14 01:23:17 -07:00
d063b024ad remove :ensure from several use-packages 2015-10-14 01:12:07 -07:00
26e98fe62b move flyspell config var to use-package 2015-10-14 01:11:27 -07:00
0d082bd39d term-projectile, contextual-value-manager 2015-10-14 01:10:57 -07:00
ce24443cf1 Add go-projectile 2015-10-12 12:51:33 -07:00
a4e452f110 projectile ignore godeps and thrift binaries globally 2015-10-12 12:51:09 -07:00
b306cf6e90 Get rid of load average and add more time information to modeline. 2015-10-12 12:50:46 -07:00
3ee8a0c379 Add go-mode-insert-and-indent to mc-lists 2015-10-12 12:49:40 -07:00
efcc7a1234 add bittorent sync to setup 2015-10-03 16:10:59 -07:00
a39ff101d9 mc-lists for org stuff 2015-10-03 16:10:49 -07:00
991e27a95c set org-agenda-start-day org-agenda-span
This makes it so that org agenda shows a rolling window instead of just
the current week.
2015-10-03 16:10:13 -07:00
1a143c4960 rewhitespace 2015-10-02 13:01:29 -07:00
200561b0e7 fix get_cols.awk indentation 2015-10-02 13:01:07 -07:00
07a62b243c window-nuber 2015-10-01 14:29:21 -07:00
f69030f945 Empty scratch bufer content 2015-10-01 14:28:49 -07:00
397c1eddc4 move back to jedi.el 2015-09-30 11:26:41 -07:00
7fada23566 spaceline instead of custom spacemacs modeline 2015-09-30 09:39:00 -07:00
b6c16d1bcf set deft-default-extension 2015-09-29 14:11:19 -07:00
44ec5d5835 Add started to main agenda view. 2015-09-27 11:39:57 -07:00
290acd42d5 upgrade prefix-alternative to support multiple function definition 2015-09-26 20:43:07 -07:00
e6feb7cba5 set default encodings 2015-09-26 20:43:07 -07:00
c262c37177 display-prefix 2015-09-26 20:43:07 -07:00
ffdb76b6ad tmate fix, rtorrent, gcc 2015-09-26 20:43:07 -07:00
33fc378bb2 Use emacs-mac for now 2015-09-26 20:43:07 -07:00
3b55530594 temporary fix for emacs_editor 2015-09-26 20:41:46 -07:00
2a483b9e25 master and force-master git aliases 2015-09-26 20:41:26 -07:00
ba07584531 mc-lists tweaks 2015-09-26 20:41:16 -07:00
23678be932 bitlbee in erc/emacs 2015-09-26 20:40:47 -07:00
0b7e53f3ea python boggle solver 2015-09-17 23:27:21 -07:00
38b44d40c4 merchant curl 2015-09-17 23:27:08 -07:00
2f21f52458 sequence for laundry ... lol 2015-09-17 23:26:51 -07:00
3ec4325b9e update mc-lists.el 2015-09-17 23:26:39 -07:00
2583d780da install thrift 2015-09-17 23:26:21 -07:00
82d6e02451 plantuml, libreoffice, unoconv 2015-09-10 16:39:16 -07:00
d60efbb7be goclone.sh 2015-09-10 16:38:56 -07:00
ade489c1a5 seperate require/use-package for latex-mode 2015-09-10 14:34:50 -07:00
008caa3dde Remove paredit 2015-09-10 14:34:23 -07:00
a56e5437c6 set org-todo-repeat-to-state to "TODO" 2015-09-09 09:35:23 -07:00
179251b01e helm-projectile needs to be set up before projectile. 2015-09-08 09:50:23 -07:00
984f23312b company-go, binding for godef-jump 2015-09-04 00:05:10 -07:00
a9f67cdc99 wsd-mode 2015-09-04 00:04:44 -07:00
2abcb01339 GOPATH stuff 2015-09-04 00:04:28 -07:00
cbc050f308 Add use-package for markdown-mode/disable linum 2015-09-01 15:20:03 -07:00
61554c6d55 log from erc 2015-08-31 12:04:22 -07:00
4f73d088cf bump which-key idle delay 2015-08-31 12:04:10 -07:00
2514059391 fix theme loading 2015-08-31 01:37:47 -07:00
bfbe1f03f7 rsync all the things in git-sync 2015-08-31 01:37:36 -07:00
ff7c7e4913 No theme changer for now 2015-08-31 01:11:04 -07:00
dc4dd6db74 Automatically fix themes that set ansi-term-color-vector to old version
Fixes `face-attribute: Invalid face: unspecified`
2015-08-31 01:09:43 -07:00
172e7065ca Remove /bin/ startup to path 2015-08-30 13:25:57 -07:00
557e03c80d parenthesizations_as_ints.py 2015-08-30 13:22:44 -07:00
34f946954f set prompt properly in zsh 2015-08-30 13:22:19 -07:00
1f65ec712e cleanup 2015-08-30 13:22:07 -07:00
a920cd9e42 nodejs-repl 2015-08-30 13:22:00 -07:00
c0e149e552 cleanup 2015-08-30 13:21:47 -07:00
c743e59a01 Add all files for git-sync 2015-08-29 23:57:21 -07:00
dd256a2321 Prompt control based on whether or not is ansi-term or emacs shell 2015-08-29 23:56:56 -07:00
d19315d1c8 add languages to babel 2015-08-29 23:42:13 -07:00
c83cf37b52 tmate 2015-08-29 23:42:02 -07:00
d1d2e616f1 add advice to reset powerline when changing themes 2015-08-29 15:25:54 -07:00
9623b3538e powerline-height 2015-08-29 15:11:41 -07:00
f58394f333 zerodark theme 2015-08-29 15:11:22 -07:00
7479444ad1 key-chord.el 2015-08-29 15:09:59 -07:00
590d1b3438 reenable powerline 2015-08-29 14:42:47 -07:00
96e6dbb0bd company-restclient 2015-08-29 14:41:17 -07:00
bc529f0a34 dumb tweak 2015-08-28 13:25:42 -07:00
eff977414b Remove ensures 2015-08-28 13:25:41 -07:00
9cab102acf Disabled shackle mode 2015-08-25 21:12:18 -07:00
ab6f0648b6 (setq git-link-use-commit t) 2015-08-25 21:11:58 -07:00
8c9477fdee add sp commands to .mc-lists 2015-08-25 21:11:34 -07:00
12ec48a770 git-link 2015-08-25 12:47:38 -07:00
cbfd572601 ignore .tutor 2015-08-24 17:47:36 -07:00
4fc07f2a44 Add emacs-refactor 2015-08-24 17:19:49 -07:00
2eb40e3bfc random tweak to git_root 2015-08-24 15:27:42 -07:00
e396eb5bf4 Fix parenthesizations.py 2015-08-24 15:27:29 -07:00
69a605c8fc Make ansi-color-mode read-only 2015-08-24 15:27:05 -07:00
d4e8879040 thrift-mode 2015-08-24 15:26:55 -07:00
199d2dde67 Random tweaks 2015-08-20 03:24:05 -07:00
bc09322567 imalison:set-font-height 2015-08-20 03:24:05 -07:00
51a264ae56 elpy-use-ipython 2015-08-20 02:13:05 -07:00
d480729166 Remove M-<backspace> from smartparens 2015-08-20 02:12:26 -07:00
c1668ded37 singleton with metaclass 2015-08-20 02:11:55 -07:00
a5ddc4f63c valid parenthesizations 2015-08-20 01:26:51 -07:00
cc23fa5574 setup calc-mode
calc-context-sensitive-enter
2015-08-19 15:34:33 -07:00
5c7a5d6bb8 Change default flake8 max line length to 100 2015-08-19 14:21:06 -07:00
796a58aa0c disable telephone-line 2015-08-19 14:10:33 -07:00
ba7d90fdbd Set default tramp protocol to be scp. 2015-08-19 13:29:49 -07:00
7475c09c14 save-buffer after applying ansi-color-apply-on-region 2015-08-19 13:29:49 -07:00
0498f1c97f set telephone-line left separator to be cubed 2015-08-19 13:29:49 -07:00
3c801f30d4 enable deft automatic file naming 2015-08-19 13:29:49 -07:00
f5d1d7a695 imalison:start-ansi-term 2015-08-18 23:13:09 -07:00
7267119e52 smartparens-mode 2015-08-18 01:40:49 -07:00
df4d570949 add telephone-line disable powerline 2015-08-18 01:40:20 -07:00
38bc891075 Fix multi-lining of use-packages 2015-08-18 01:39:52 -07:00
10da7de67e mu4e is not installed from an elpa 2015-08-18 01:39:30 -07:00
43a4fbb57b ... 2015-08-18 00:23:36 -07:00
55d205d762 get rid of duplication of :ensures
(setq use-package-always-ensure t)
2015-08-18 00:22:57 -07:00
3b9c028845 Use theme-changer.el 2015-08-17 12:54:31 -07:00
0ebe692170 Add whereami to bootstrap.json 2015-08-17 12:54:18 -07:00
76a820a58c Fix auto-starting of server 2015-08-17 11:54:55 -07:00
e9f6a72ee8 Force empty path when building env in shellenv.sh 2015-08-17 02:46:42 -07:00
c6c02ebbc2 Move deft into org/notes 2015-08-17 02:46:42 -07:00
eaf03ca908 list-environment.el 2015-08-17 02:46:42 -07:00
99e4752ad7 start the emacs server if its not running 2015-08-17 02:46:42 -07:00
00e928d583 reenable powerline 2015-08-17 02:08:51 -07:00
a265bd8439 deft.el 2015-08-17 02:03:30 -07:00
310fe50030 Reduce which-key-idle-delay 2015-08-16 23:22:41 -07:00
5b0590a4a6 Fix term/ansi-term settings 2015-08-16 22:45:09 -07:00
7432d50a0d git shas applies to argument instead of always HEAD 2015-08-16 22:39:23 -07:00
fa5e0e4cd0 Add BACKLOG TODO state again 2015-08-16 16:55:04 -07:00
13fb8992e1 More theming changes 2015-08-16 16:43:38 -07:00
c487d19552 Fix imalison:appearance
also set semi-bold weight for font
2015-08-16 16:11:25 -07:00
bb7fbf9c4e Fix org-archive-if to not skip neighboring completed tasks 2015-08-16 16:10:50 -07:00
147a24fb61 Fix disable of appointment notifications 2015-08-16 16:10:29 -07:00
7aaee5e028 Describe and tweak TODO state system
Remove BACKLOG, OBVIATED, add IDEA, RESEARCH.
2015-08-16 15:25:52 -07:00
1b16e4375c Give org-todo-keywords definition some space 2015-08-16 14:54:25 -07:00
036f7b3f51 Priority comment touch ups 2015-08-16 14:54:02 -07:00
420ae97e38 Make theming sane! 2015-08-16 14:44:25 -07:00
ecd2d32035 Diminish shackle-mode and whick-key-mode 2015-08-16 14:43:39 -07:00
c84450ffcd add source-code-pro-theme 2015-08-16 14:11:31 -07:00
9ceaf2f8de move ansi-color-mode.el to load.d 2015-08-16 05:46:12 -07:00
048ececcf5 Appearance changes
material theme and source code pro as defaults
2015-08-16 04:20:48 -07:00
827d190782 gitolite-clone is installable from melpa, delete version in this repository 2015-08-16 03:33:21 -07:00
9bd6fee077 update main agenda view with NEXT heading 2015-08-16 03:25:24 -07:00
6ac0629603 use gitolite-clone 2015-08-16 03:25:00 -07:00
c1684a054e Inhibit window quit for same window 2015-08-16 03:24:38 -07:00
3a9de1be2d Always execute paradox asynchronously. 2015-08-16 03:24:18 -07:00
2cb0bece40 Reenable shackle-mode 2015-08-16 01:54:46 -07:00
6083cc020c ... 2015-08-16 01:51:48 -07:00
ef95d4d21a Fix org-agenda-mode hook that was pointing to non-existent function
imalison:disable-linum-mode
2015-08-16 01:11:29 -07:00
33f8a56109 git-sync/org-sync 2015-08-16 00:10:34 -07:00
f9724a16a5 source_if_exists ~/.this-machine.sh 2015-08-16 00:10:34 -07:00
0efd386ab0 source_if_exists 2015-08-16 00:10:34 -07:00
851ac482b8 don't wait in emacs_pager 2015-08-15 23:20:10 -07:00
de97917b9e no linum-mode in term and ansi-term 2015-08-15 23:19:53 -07:00
1016071f38 hardcode cols for git icdl and git icd 2015-08-15 23:19:18 -07:00
9eaf9b2832 Add ~/.lib/bin
Made pager.sh and editor.sh accesible from anywhere in the shell. Also
made pager.sh smart in that it will use emacsclient when INSIDE_EMACS
environment variable is set.
2015-08-15 22:49:59 -07:00
64012779c1 Actually add pager.sh 2015-08-15 22:15:00 -07:00
91c162a322 clear_path 2015-08-15 22:14:39 -07:00
2950fb6a94 add pager.sh refactor editor.sh 2015-08-15 22:13:27 -07:00
13bb4059ed add ansi-color-mode.el 2015-08-15 22:13:02 -07:00
63103674b9 Make a temp file when standard in comes to emacs.
This supports using emacs as a PAGER
2015-08-15 21:32:56 -07:00
5357c25713 Don't run path helper if its alredy been run
Also run it before setup_env
2015-08-15 21:32:15 -07:00
69b5d24787 Fix indentation in editor.sh 2015-08-15 20:35:29 -07:00
9f5d3a29d6 update gitolite-clone 2015-08-15 20:35:12 -07:00
30b0eb968f Move gitolite.el to gitolite-clone.el 2015-08-15 15:17:11 -07:00
f5bfb8bfc0 bug-hunter 2015-08-15 00:29:18 -07:00
276c46c0cb set echo keystrokes to .25 seconds 2015-08-15 00:12:55 -07:00
1e2541d4dd tweak 2015-08-15 00:12:38 -07:00
49f3406a73 yasnippet for tape test 2015-08-15 00:12:18 -07:00
6f2ae5082c disable yas in term-mode 2015-08-15 00:12:01 -07:00
5818c8c942 (setq disabled-command-function nil) 2015-08-15 00:11:45 -07:00
60e4c76205 Set prompt and pager differently when inside emacs 2015-08-15 00:10:58 -07:00
9c274c29f5 sync-function-names with imalison:js-sync-function-names 2015-08-13 21:33:11 -07:00
59f5c472cc imalison:ace-window
Make C-c w swap windows with prefix
2015-08-13 19:51:39 -07:00
6b05c44d89 jsx-mode 2015-08-13 16:50:04 -07:00
513a2f9209 disable shackle-mode for now 2015-08-13 16:49:37 -07:00
020e3754c1 Tweak gitolite.el 2015-08-13 03:23:11 -07:00
dee7249122 gitolite.el 2015-08-13 03:05:42 -07:00
a5ccfdca4a Refactor js2-mode-hooks into one function 2015-08-13 00:50:19 -07:00
327cc90288 editorconfig 2015-08-13 00:50:19 -07:00
c0e6020fe9 ignore semanticdb 2015-08-13 00:50:19 -07:00
ffd0223129 do helm-M-x once. 2015-08-13 00:50:19 -07:00
76cab7e7ef shackle-mode
prevents new buffers from popping up in random windows
2015-08-13 00:46:10 -07:00
b83433a807 Refactor zsh_env startup so that it is possible to override PATH
variable once it has already been configured.
2015-08-10 23:25:34 -07:00
f76b446ccf properly set elpy backend 2015-08-10 23:25:06 -07:00
336cc04914 Set jedi as default elpy backend. 2015-08-10 13:09:04 -07:00
849d1ef89b Disable debug-on-error 2015-08-10 13:08:51 -07:00
1d32ee047d max_double_slice.py 2015-08-09 14:30:08 -07:00
ec2927800d Disable powerline for now. 2015-08-09 13:38:53 -07:00
9cffc3f6d8 ignore uber.el to avoid accidentally comitting. 2015-08-07 17:07:38 -07:00
f74cb29a3b Add gitignores 2015-08-07 17:02:24 -07:00
96142d2e89 imalison:make-imenu-index-flat, flatten python imenu index 2015-08-07 17:00:51 -07:00
60a5ba6fbe Add grep ignored directories variable definition. 2015-08-07 15:21:28 -07:00
d72ab73122 avy-alternatives 2015-08-07 15:21:28 -07:00
a464c18a15 imalison:prefix-alternative 2015-08-07 15:21:28 -07:00
d67861b96e Move c stuff into c section. 2015-08-07 15:21:28 -07:00
16d21e651b Add go-mode 2015-08-07 15:21:28 -07:00
1617271daf Acutally enable elpy. 2015-08-07 15:21:28 -07:00
ca6e40ccad comment tweaks. 2015-08-07 00:50:35 -07:00
e5cc53458b git set-working-tree 2015-08-07 00:50:35 -07:00
da34c5d98f define grep-find-ignored-files 2015-08-04 17:48:14 -07:00
647d31dc7d Add NEXT and HANDLED states. 2015-08-04 12:58:51 -07:00
08368bdd85 Fuck auto-complete 2015-08-04 11:00:53 -07:00
0827bade8d which-key replaces guide-key 2015-08-04 11:00:53 -07:00
a596c1971b powerline.el needs use-package 2015-08-04 03:48:51 -07:00
0824c476d2 fix add_github_remote 2015-08-04 03:48:51 -07:00
609793bc5b remove add gh remote alias 2015-08-04 03:48:51 -07:00
c9ede90bf6 delete pytest package. elpy does it bettere. 2015-08-04 03:48:51 -07:00
9962067795 HANDLED completed task. 2015-08-04 03:48:50 -07:00
ec597124d9 defvar defautl for fonts. 2015-08-04 03:48:50 -07:00
2cd8033ed9 js2-refactor 2015-08-04 03:48:50 -07:00
5a67ea4704 jump_cd WIP 2015-08-03 10:35:30 -07:00
25c27855bc Disable notifications with if statement instead of comment. 2015-08-03 10:35:30 -07:00
aab47a4607 Remove (imalison:set-pytest-command) 2015-08-02 15:37:16 -07:00
5d3e50f053 elpy 2015-08-02 15:36:44 -07:00
e6a414f537 Add clocker. 2015-08-02 15:33:44 -07:00
60e0de571e effort global properties 2015-08-02 12:02:09 -07:00
43f6b48a94 ipdb macro replaced by yasnippet 2015-08-02 12:01:53 -07:00
be248bc61a comment detailing my priority system 2015-08-02 12:01:29 -07:00
c9e3f9b8ca No more auto-complete mode. 2015-08-02 12:00:55 -07:00
213fef933b enable yas global mode. (yasnippet) 2015-07-29 20:10:36 -07:00
1c008cb16e Merge commit '6398be78bc248f3767b8734f28c77018a34d77ff' as 'dotfiles/emacs.d/snippets/org-mode' 2015-07-29 17:26:01 -07:00
91ca3fb46d Fix up $PATH paths 2015-07-29 17:23:54 -07:00
c7d8a3b25b Fixup $path paths 2015-07-29 17:23:05 -07:00
cfc2b78998 Truncate incoming timestamps to parse_timestamp
to length 11 so that we can handle millisecond timestamps.
2015-07-29 16:35:08 -07:00
6d3cd53921 Disable helm-gtags for now. 2015-07-29 16:34:15 -07:00
2cad0dda78 don't demand zop-ti-char 2015-07-29 16:33:17 -07:00
506be7e780 reindents of helm-projectile use-package 2015-07-26 02:18:53 -07:00
3207f64dc9 Get rid of ac-setup in robe mode 2015-07-26 02:18:53 -07:00
9430c4f5bf tweak rotated array stuff and tests. 2015-07-26 02:18:53 -07:00
9c3bcfcdc5 edit server works again. 2015-07-26 02:18:53 -07:00
1ce47d897d add_github_remote. 2015-07-26 02:18:53 -07:00
1d925784b4 comment-dwim-2 2015-07-26 01:38:33 -07:00
2a9abb8bba Get rid of jedi imenu stuff. (setq jedi:install-imenu t)
Was causing issues with reverting python-mode buffers

see https://github.com/tkf/emacs-jedi/issues/234
2015-07-15 11:28:54 -07:00
cbc0427bc4 Slash grid problem. 2015-07-09 18:30:49 -07:00
fba727783c Rotated array problem. 2015-07-09 18:30:36 -07:00
9418c8afe8 Properly disable emacs lisp checkers. 2015-07-09 18:29:57 -07:00
cece434a59 imalison:insert-uuid 2015-07-09 18:29:44 -07:00
29bcc1f882 hats problem 2015-07-06 17:17:47 -07:00
103d6f37ef uc and urtc for uber checkouts 2015-07-06 17:09:54 -07:00
c407088e4f prefix org-file variables with imalison 2015-07-03 17:11:23 -07:00
3660ae722a run_command_at_interval 2015-07-03 16:10:17 -07:00
44c26651b6 set magit-last-seen-setup-instructions in init. 2015-07-03 16:09:48 -07:00
fc1739eca7 (setq magit-last-seen-setup-instructions "1.4.0") 2015-07-01 10:11:33 -07:00
7983259f18 Fix addition of ~/.lib/python to PYTHONPATH by using $HOME variable. 2015-07-01 10:11:33 -07:00
66f643106e Reindent org-projectile's usepackge. 2015-07-01 09:06:10 -07:00
6df84cbc08 enable ido-mode by default. 2015-07-01 00:45:50 -07:00
233030d14e Hopefully fix frame font at startup issue. 2015-07-01 00:45:33 -07:00
ad65cf52dc move stuff around. 2015-07-01 00:45:22 -07:00
36df8dc389 Put imenu stuff together. 2015-07-01 00:45:06 -07:00
c947505a6b no undo-tree for now. 2015-06-30 22:10:38 -07:00
173cf4e566 rewrite console.log inserter. 2015-06-30 22:10:23 -07:00
b556553ab8 set imenu max item length to 300 2015-06-30 22:10:04 -07:00
8d385de598 imalison:uuid 2015-06-30 22:09:54 -07:00
6e9d4f615b add semicolon to imalison:console-log-unique. 2015-06-30 09:43:13 -07:00
1fad658fec ignore browser-launcher2 2015-06-30 09:36:01 -07:00
f5afd6d68d imalison:console-log-unique 2015-06-30 09:31:37 -07:00
1cfaabb37f add_to_front_of_path for rbenv. 2015-06-29 15:11:12 -07:00
b558d490c0 Don't wait for emacs to return in e alias. 2015-06-29 10:52:30 -07:00
a3f6c52f10 Fix e command. 2015-06-29 10:50:49 -07:00
16a92a0f6a co->checkout git alias 2015-06-29 10:50:29 -07:00
484b0544b3 comment/80chars fixups. 2015-06-29 10:17:42 -07:00
b6cf352212 existant -> existent 2015-06-29 10:14:25 -07:00
bc78901b7d Remove zap-to-char binding (possibly masking zop-to-char). 2015-06-29 10:13:56 -07:00
a305bd141c guide key for M-g 2015-06-29 10:13:41 -07:00
36fdd7839a Remove custom bindings for find-function and find-variable. 2015-06-29 03:19:32 -07:00
754864a2a2 remove random double newline 2015-06-29 03:09:30 -07:00
0d41efefdb use imalison:flatten-imenu-index for js2-mode 2015-06-29 03:09:16 -07:00
7f3e060b7c imalison:flatten-imenu-index 2015-06-29 03:09:06 -07:00
43f132fa21 enable imenu-auto-rescan 2015-06-29 03:08:05 -07:00
3400d07efd refactor js2 variable setqs. 2015-06-28 23:30:47 -07:00
fa803b2c14 imalison:shell-command-on-region 2015-06-28 23:30:39 -07:00
dab2d10965 Don't run set-theme based on time of day for now. 2015-06-28 23:05:10 -07:00
54702ba91b use imalison:add-to-org-agenda-files for org-projectile 2015-06-28 22:52:58 -07:00
d6312186eb dumb tweak. 2015-06-28 22:32:24 -07:00
bb870a9ef6 Add search in project using ag action to helm-projectile-switch-project. 2015-06-28 22:31:41 -07:00
e764344eae Get rid of powerline reset in set-theme in order to fix startup font not
appearing issue. Other various fixups.
2015-06-28 23:42:22 -04:00
a2c7e664a5 Add antigen to zsh. 2015-06-28 22:31:47 -04:00
2374c82ec3 update but_one docstring 2015-06-28 21:09:57 -04:00
37ff277375 Remove M-g goto line binding. 2015-06-28 19:06:40 -04:00
65d5c6420e indent switch body in js2 mode. 2015-06-28 19:06:23 -04:00
f42e8a5c9e replace ace-jump-mode with avy. 2015-06-28 19:05:48 -04:00
9e13ce8c45 Add obviated todo state. 2015-06-28 19:05:14 -04:00
342e6ead6b Make helm always appear in the window that the cursor is in (instead of below) 2015-06-25 10:36:11 -04:00
166aefa960 imalison:add-to-org-agenda-files 2015-06-25 03:26:57 -04:00
074d9fe555 ignore log files, restclient files and .dir-locals.el 2015-06-24 01:57:48 -04:00
333d0661fc update .mc-lists.el 2015-06-24 01:57:30 -04:00
fc54ea0250 Set pytest command. set-pytest-command 2015-06-23 17:39:17 -04:00
8b7eea6397 functions for copying filenames into kill ring. 2015-06-23 17:38:16 -04:00
225435ea07 add C-n and C-p back to ido-vertical-mode.
'C-n-C-p-up-and-down ido-vertical-define-keys
2015-06-21 21:30:56 -04:00
87eef0d1e0 narrow-indirect 2015-06-21 21:30:47 -04:00
65d9aa9e26 extension for restclient mode. 2015-06-21 20:38:59 -04:00
9249943ea6 reattach-to-user-namespace for emacs. 2015-06-21 20:38:48 -04:00
dd506e1a26 emacs.sh updates. 2015-06-21 15:13:59 -07:00
fc7dc64290 Get rid of unkonwn faces in powerline.el. 2015-06-21 13:48:52 -07:00
30f9e5f7db Add comment about random setqs... 2015-06-21 13:48:40 -07:00
a49c53ea84 Move stuff out of js2 mode config. 2015-06-21 13:48:24 -07:00
483882ff66 js2-mode stuff from ryan rix. 2015-06-21 13:47:26 -07:00
79863e2628 Reformat git config. Make git d do git icdl 2015-06-21 13:41:37 -07:00
751f03a53a ignore .dir-locals.el by default (if you really need it just git add it?) 2015-06-21 13:36:46 -07:00
001aefed50 imenu extras for js2mode 2015-06-21 13:36:26 -07:00
f237fd3b85 Get rid fo obsolete comment and custom.el 2015-06-21 13:35:57 -07:00
334e0f5c75 Add backlog to TODO states. 2015-06-21 13:35:37 -07:00
da0ebd7959 rest-client 2015-06-21 13:35:21 -07:00
62be51235d dtrt-indent 2015-06-21 13:35:10 -07:00
2ad5bd2e78 Get rid of start of org-mobile sync. 2015-06-21 13:34:48 -07:00
4a9bfa0304 junk powerline stuff. 2015-06-17 15:38:47 -07:00
fe89699ec9 powerline reset when updating themes. 2015-06-17 15:38:37 -07:00
0660535785 whitespace in gitconfig 2015-06-17 15:38:24 -07:00
da9416284a make super work in emacs. 2015-06-15 16:39:11 -07:00
911d844402 git ssh. 2015-06-15 15:03:16 -07:00
2e4c9bbc4f histtime format. 2015-06-15 15:02:48 -07:00
e407a20410 node tweaks. 2015-06-15 15:02:32 -07:00
6fcb9e1db1 add nodejs to default tern_config. 2015-06-15 15:01:53 -07:00
da4d4e942d add ALTERNATE_EDITOR 2015-06-15 15:01:04 -07:00
1a97364681 Change editor to just emacsclient. 2015-06-15 15:00:43 -07:00
0dff4962d6 ignore pip.log 2015-06-15 15:00:30 -07:00
829738ba6f Move org-projectile stuff outside org-mode. 2015-06-15 14:59:54 -07:00
878c43aff4 make is_zsh definition less complicated. 2015-06-15 14:56:01 -07:00
e0f1a5b734 No readlink in current_shell, causes problems with add_to_front_of_path 2015-06-15 14:13:45 -07:00
f94232acf0 Path functions refactor/ add ~/.lib/python to PYTHONPATH 2015-06-15 13:06:47 -07:00
443f8607df Revert "Delete emacs app for now."
This reverts commit 739a493a009f091802710c5638c8be69a4f8fe3f.
2015-06-15 05:18:59 -07:00
60cd2d044d mysql and rabbitmq. 2015-06-15 05:08:45 -07:00
bb0df6a6c6 Cealnup. 2015-06-15 05:08:35 -07:00
663d48172e More no more tabs in js. 2015-06-15 05:08:27 -07:00
f0405015a5 No more smart-mode-line 2015-06-15 05:08:05 -07:00
2e3862df38 get rid of annoying helm-gtags bindings. 2015-06-15 05:07:42 -07:00
b5ddcd373d no tern-ac-setup 2015-06-15 05:07:22 -07:00
c43570eb00 no tabs in js. 2015-06-15 05:07:11 -07:00
b7ca34b389 tape-onlyify 2015-06-15 05:06:48 -07:00
5e086fa692 helm-themes 2015-06-15 05:06:38 -07:00
5b0d6c3524 zop to char. 2015-06-15 05:06:26 -07:00
628f046fee No more smooth scrolling. 2015-06-15 05:06:19 -07:00
7586974ac3 Make sure that meta is always available in osx. 2015-06-15 05:05:54 -07:00
42ae2b5d77 nvm setup in shellenv. 2015-06-15 05:04:36 -07:00
6ab9e7f4af Disable emacs aliases for old approach to getting $EDITOR working. 2015-06-15 05:04:08 -07:00
10be7c48f1 Ignore a bunch of stuff. 2015-06-15 05:03:00 -07:00
6ef204d1f6 ignore project-to-org-filepath in .emacs.d 2015-06-15 05:01:58 -07:00
15b39e350f Remove pip log. 2015-06-15 05:01:33 -07:00
2d4241da60 change tmux binding to C-q 2015-06-15 04:57:17 -07:00
d056c25982 Move exports file and add nvm exports. 2015-06-15 04:56:34 -07:00
8a63d9126e tweaks. 2015-05-04 10:14:22 -07:00
4102e05210 Delete emacs app for now. 2015-04-29 20:23:39 -07:00
2bba2a4ab4 dont set editor to vim in uber. 2015-04-28 13:43:41 -07:00
b7b92a6e80 Add HOME/bin to path. 2015-04-28 13:43:13 -07:00
652a164ca9 uber git 2015-04-28 13:42:40 -07:00
b505d9a316 Allow symlinks for org files. 2015-04-28 13:42:12 -07:00
21c61059c6 uber.sh and gitignore update. 2015-04-28 13:41:07 -07:00
d17fcf2cf0 adobe-reader, flycut, hipchat 2015-04-24 15:31:41 -07:00
4ebdc5851b Make non linked appear before linked options for org capture templates 2015-04-19 13:19:56 -07:00
1db41ea84b org-bullets. 2015-04-08 14:55:39 -07:00
6739eb0601 Fix breakage due to use-package. 2015-04-03 14:09:06 -07:00
4b16a6f7e8 rabbitmq. 2015-04-03 14:09:06 -07:00
7740a34871 Fix custom before and after. Add company-jedi. 2015-04-03 14:09:06 -07:00
d4dee9e4b1 change linked text in todo title. 2015-03-14 00:58:21 -07:00
bbedbc53a6 utorrent. 2015-03-14 00:58:21 -07:00
a57e0068da remove snapshot slate stuff. 2015-03-08 22:21:57 -07:00
40b2c956a2 prefix argument projectile find file now opens in other window (C-c p f) 2015-03-08 22:21:57 -07:00
cb7ac216e7 slate: throw window to next screen. 2015-03-08 22:21:57 -07:00
497600b1d1 android-studio and gradle. 2015-03-08 22:21:57 -07:00
3d538a9e7c STUDIO_JDK and ANDROID_HOME environment variables. 2015-03-08 22:21:57 -07:00
1c5f3e923c Disable auto-complete for now. 2015-03-08 22:21:57 -07:00
33bd9e3c02 org-projectile-hybrid and make C-c C-f work in org mode. 2015-02-26 19:54:33 -08:00
b48187b4da Get rid of confirm elisp links. 2015-02-21 21:04:44 -08:00
c1261b1aaf add chicken vnc to casks. 2015-02-21 21:04:32 -08:00
9126d7db6e find by size. 2015-02-21 21:04:20 -08:00
826ddbbc60 Resistance games start. 2015-02-21 20:09:04 -08:00
a81c7c2704 deadline warning days to 0 2015-02-12 00:23:27 -08:00
f5854d59ce Hook to fix fast selection... why the fuck wasn't this working? So annoying. 2015-02-09 02:04:42 -08:00
4509749a25 Fix org-notify and disable it. 2015-02-09 01:10:49 -08:00
ae8a8135f1 ignore ensime directory. 2015-02-09 01:09:03 -08:00
1dfec9af73 projectile-make-all-subdirs-projects 2015-02-08 18:53:01 -08:00
8f39f5d7ee Don't set any prompt by default. 2015-02-07 17:38:14 -08:00
5af8ad293c More gitignores. 2015-02-07 17:38:01 -08:00
bb150f63fa gitignores.. 2015-02-07 17:36:57 -08:00
7c3a80d38c Move org filing to top level instead of in headlines. 2015-02-07 17:35:09 -08:00
4268b982ce Add org-ehtml 2015-02-07 17:34:48 -08:00
cd980ac112 Ignore custom-before and custom-after 2015-02-05 15:01:32 -08:00
d44ee25454 custom-before and custom-after instead of just custom.el 2015-02-05 15:00:19 -08:00
86a9f2812a put timestams in body instead of headline of calendar entries. 2015-02-05 14:11:42 -08:00
7cdf5f5088 add to list of agenda files instead of resetting them. 2015-02-05 14:11:30 -08:00
21922e152f pkill_zsh 2015-02-04 13:30:11 -08:00
20e3f66fdd kill mu4e_sync command because it sometimes isn't terminating. 2015-02-04 13:29:49 -08:00
7f196b3641 org-notify. 2015-02-03 16:04:29 -08:00
c6f286968a Multilining. 2015-02-03 15:29:07 -08:00
568b50e79c Make init.el not super broken. More email tweaks. 2015-02-03 15:28:53 -08:00
00fc34c7b9 Random whitespace tweak. 2015-02-03 11:58:44 -08:00
0d7067b72e Make email command a bit spiffier. 2015-02-03 11:58:44 -08:00
19c6825c8d fontify helm-org-headings. 2015-02-03 11:58:44 -08:00
379acbda84 add libmpdee 2015-02-03 11:55:59 -08:00
68c6dcc2fa simplify main agenda view. 2015-02-03 11:55:59 -08:00
029f89546a global-auto-revert mode 2015-02-03 11:55:59 -08:00
b6a629f737 add local variables ot ignore flycheck for emacs packaging. 2015-02-02 16:16:55 -08:00
fdbc6af0a7 inc_append_history 2015-02-02 16:16:43 -08:00
1f321554b8 supress adding apointments., comment out mpd. 2015-01-31 17:25:35 -08:00
baef432216 use suppress messages to get rid of pull output. 2015-01-30 21:48:26 -08:00
995dda48d5 supress-messages macro 2015-01-30 21:48:17 -08:00
134872ec90 ooops... 2015-01-30 20:08:51 -08:00
3959692b59 Try to be safer about doing stuff in shellenv.sh (checking for existence
of commands)
2015-01-30 20:00:54 -08:00
224d0c15b5 Only sync if a save of an agenda file has occured. 2015-01-30 19:42:18 -08:00
1514b7c640 Default to my prompt. 2015-01-30 17:22:26 -08:00
999f09a655 Make android_sdk_location linux compatible. 2015-01-30 15:37:32 -08:00
d0f03bec22 Add comment explaining appointments. 2015-01-30 15:37:16 -08:00
c07d5e5955 Don't call appt population directly (fixes habit graph). 2015-01-30 06:41:05 -08:00
e9b9993422 No ido open file at point. 2015-01-29 21:24:01 -08:00
26c9d9d865 Combine org-projectile projects and known org capture templates. 2015-01-29 15:32:27 -08:00
0ce016f667 android_sdk_directory 2015-01-28 17:00:26 -08:00
50aa4b5dad skip duplicates by default in mu4e. 2015-01-28 17:00:04 -08:00
003cb3c7b2 java/android mode in init.el 2015-01-28 16:59:40 -08:00
854fe9fba0 owncloud in bootstrap.sh 2015-01-28 16:59:09 -08:00
9a56829795 Choose time for calendar events, notifications for org-mode events. 2015-01-28 13:23:22 -08:00
8a1fa52dbf Get rid of old custom company function. 2015-01-28 12:49:42 -08:00
c0a2ab445f Reenable flycheck. 2015-01-28 12:48:33 -08:00
6413e3f263 Get rid of stray xg. 2015-01-28 12:47:44 -08:00
a7bde1f566 Make ace jump work in tex mode. 2015-01-28 12:45:32 -08:00
d258be0f94 name linked capture options properly. 2015-01-28 12:45:19 -08:00
37e334be99 Get rid of ido jumping. 2015-01-28 12:43:56 -08:00
03d364158d Add ncmpcpp to bootstrap.js. 2015-01-28 12:43:33 -08:00
d185730603 path helper in shellenv. 2015-01-26 01:56:00 -08:00
f2e0acfdf5 Guess tex master function. 2015-01-26 01:55:47 -08:00
25c5260d18 Don't defvar predicate -- causes problems in flycheck. 2015-01-26 00:44:46 -08:00
68d4512d1c Fix org capture templates to use inactive timestamps. 2015-01-26 00:41:59 -08:00
ef84ab9b2f No flycheck again. 2015-01-23 13:43:59 -08:00
f34b565938 no flycheck for now. 2015-01-23 12:26:20 -08:00
0c16af1e5b Remove scala whitespace hook. 2015-01-22 13:49:00 -08:00
4d42656755 project sync. 2015-01-22 13:09:20 -08:00
5b2a1303d0 Dumb init.el changes. 2015-01-22 00:56:07 -08:00
e82aa28537 new powerline compatibility for tmux theme. 2015-01-21 22:11:08 -08:00
7a9175137d Clear dock, keyboard stuff. 2015-01-21 18:42:18 -08:00
a2e6b137ba Inactive timestamp for created in calendar scheduling. 2015-01-21 16:42:42 -08:00
f07e88ceb8 ignore speed-type. 2015-01-21 16:42:17 -08:00
8c422a7438 Whitespace changes. 2015-01-18 16:27:44 -08:00
c9c97f9389 sort recently-created by creation date. 2015-01-18 16:26:10 -08:00
25ba6d7f78 ediff in same frame. 2015-01-18 16:26:10 -08:00
7fece783df org-pomodoro 2015-01-18 04:55:34 -08:00
0a0bfd820e make ruby hooks one. 2015-01-15 21:38:12 -08:00
2998769ee5 Clickable notifications open in email perspective. 2015-01-13 22:46:55 -08:00
ac4caff8b4 email command/binding. 2015-01-13 22:45:49 -08:00
2d20db1f45 org-plus-contrib 2015-01-12 22:13:02 -08:00
c0df5e145d narrow-to-region-indirect 2015-01-12 19:56:30 -08:00
d98c51636e org-mode settings including default priority of C 2015-01-12 17:54:36 -08:00
c48d6d355f Fix high priority org-agenda-command 2015-01-12 17:54:12 -08:00
544b190770 org-agenda-done (doesn't work yet) 2015-01-12 17:53:40 -08:00
83bb6922dd Use inactive timestamps for created stuff. 2015-01-12 17:53:10 -08:00
fd048222ec dbus issue and high-priority agenda command. 2015-01-12 15:47:00 -08:00
92c51e8406 Recently created TODO list. 2015-01-12 14:09:18 -08:00
82ca1f2994 Add PAGER environment variable with -r so that colors for icdiff work.
add icdiff aliases.
2015-01-12 13:00:26 -08:00
80b0c6f52c Command to archive all completed TODOS in buffer. 2015-01-12 12:28:16 -08:00
eb14992d5f Track creation times of TODO items made in captures. 2015-01-12 11:51:28 -08:00
Livien Yin
36f05c98d5 Make subl work inside of tmux.
Conflicts:
	dotfiles/lib/shellrc/aliases.sh
2015-01-11 14:55:15 -08:00
Livien Yin
0bd32ca8d2 Rbenv stuff.
Conflicts:
	dotfiles/cider/bootstrap.json
	dotfiles/lib/shellenv.sh
2015-01-11 14:54:22 -08:00
a690c0eadb New persp-pick-perspective-by-buffer. 2015-01-10 11:58:15 -08:00
ca2403c4df dumb emacs.d tweaks 2015-01-07 23:00:01 -08:00
0f34b90201 A bunch of tweaks. 2015-01-07 23:00:01 -08:00
6675a82d37 use ospaste for zsh pasting. 2015-01-06 17:30:38 -08:00
7b7bc8ba4c jumpcut 2015-01-06 17:30:24 -08:00
75d80d1c50 Link capture templates. 2015-01-06 17:27:59 -08:00
1462de58ec Mopidy and mopidy plugins, brew taps in cider. 2015-01-06 00:35:59 -08:00
8d46d32497 Make jedi pop accesible by M-, 2015-01-05 17:24:03 -08:00
977fcdf1d8 make android-sdk required cask. 2015-01-05 17:23:42 -08:00
740b71c9dd remove uneeded code from _invoke completion 2015-01-04 00:10:35 -08:00
9e27928575 Fixup synergy stuff. 2015-01-03 21:36:20 -08:00
cb21643fc1 Add mackup, get rid of other stuff that wasn't installing through brew. 2015-01-03 21:36:20 -08:00
4fb13aa029 Synergy conf location to variable. 2015-01-03 20:55:50 -08:00
1096c7f485 invoke completion handles docstrings. 2015-01-03 20:55:00 -08:00
890f6b3dc4 Super dumb fixes for mu4e sync. 2015-01-03 14:20:47 -08:00
1d59b61ad9 Fix dircolors... again. 2015-01-03 14:10:17 -08:00
bd969d9d45 Fix mu4e-sync and reload_all_user_agents 2015-01-03 13:47:30 -08:00
af941776f4 update mu4e_sync.sh, use in plist. 2015-01-03 12:52:01 -08:00
dbcef6b67e reload_all_user_agents 2015-01-03 12:51:38 -08:00
4e148e0289 Remove resources/python. All that stuff belongs in dotfiles/lib/python 2015-01-03 12:32:21 -08:00
e1d5748a65 mu4e is the default mail reader. 2015-01-03 12:03:41 -08:00
747a61a958 Defer loading of yasnippet for the sake of startup time and other
performance tweaks.
2015-01-03 11:30:22 -08:00
d215b04dce Random tweaks. 2015-01-03 09:57:11 -08:00
f97f37ecf0 Make C-j do ace-jump-mode in scratch. 2015-01-03 09:56:55 -08:00
2ca6af9046 Use caching for zsh completion, (the cache location was previously invalid). 2015-01-03 09:55:57 -08:00
f779848b49 Add caching to invoke tab completion. 2015-01-03 09:55:37 -08:00
ac5c103aae Shell splitting functions. 2015-01-02 15:10:19 -08:00
04694a0d99 Add invoke completion. 2015-01-02 15:09:30 -08:00
b85f4eb075 remove set-upstream 2015-01-02 12:37:49 -08:00
e039f780dd Whitespace fixes in init.el. 2015-01-02 12:27:44 -08:00
82eaad169d No more tabs in init.el 2015-01-02 12:24:19 -08:00
c53ea6efa2 Sort aliases. add b2h. 2015-01-02 12:24:02 -08:00
5fbd428eaf wakeonlan to bootstrap.json 2015-01-02 11:59:45 -08:00
af790b2726 No more use-packages for now. 2015-01-02 11:59:15 -08:00
d4ebe552f2 update offlineimap command to timeout to avoid hangs.
Marks as read again in mu4e-view.
2015-01-02 11:53:01 -08:00
7906fc0f0f zsh history changes. 2015-01-02 11:52:35 -08:00
8370da7542 dedup history items in merge_zsh_history 2015-01-02 11:51:35 -08:00
7df5a4e269 mu4e syncing into two commands. 2014-12-31 12:51:03 -05:00
87c5ac2c94 fix calibre. 2014-12-31 12:31:03 -05:00
50af1c5126 Calibre. 2014-12-31 11:37:58 -05:00
5afc2593a7 Fix mail_sync_command 2014-12-31 11:37:33 -05:00
3044c9d770 osx.sh fixups. 2014-12-31 11:37:15 -05:00
2c679ad7ed Reindent stuff. 2014-12-31 09:44:47 -05:00
00657932cd Fixing up mu4e sync to work on multiple mail folders. 2014-12-31 09:44:07 -05:00
66a1b7b595 Remove .gitmodules 2014-12-27 06:19:03 -05:00
1605b356b7 Daemon functions for emacs. 2014-12-27 05:57:57 -05:00
c3de581f59 remove double comment. 2014-12-27 05:57:33 -05:00
9f09eb0032 Make mu4e notifications work again. 2014-12-27 05:57:33 -05:00
756b2acee3 Fix shell start by moving sources of shellenv files. 2014-12-26 06:06:09 -05:00
93b346ca5a gitfs. 2014-12-26 06:06:09 -05:00
16274a2beb tweaks. 2014-12-26 06:06:09 -05:00
1b0262991b perspective-get-perspective-from-buffer 2014-12-26 06:06:09 -05:00
ca3d385f7c Make org-todo-at-date work in agenda. 2014-12-26 06:06:09 -05:00
ee33c8dca0 eval-region-or-last-sexp 2014-12-26 06:06:09 -05:00
57f0c7f6a1 Fix calendar capture template. 2014-12-26 06:06:09 -05:00
a7251f286c Delete mu4e-company.el. Turns out that mu4e has built in completion. 2014-12-26 06:06:09 -05:00
1f79d43d41 Move mu4e and add a timeout to its invocation. 2014-12-26 06:06:09 -05:00
e531abc1a2 Make mu4e html email friendly. Use html2text shell command. 2014-12-26 06:06:09 -05:00
8d8e23e383 html2text for brew. 2014-12-26 06:06:09 -05:00
d488d6a3e1 Fix flycheck that resulted from putting global flycheck mode in the
config of flycheck mode.
2014-12-26 06:06:09 -05:00
3634febc1d Tweaks to mu4e. 2014-12-26 06:06:09 -05:00
d0d9421e6b get rid of org-agenda-files logging. 2014-12-26 06:06:09 -05:00
e97f439674 Be smarter about whether or not to actually update the index. Start
emacs/open frame if its not open when notifications are clicked.
2014-12-26 06:06:09 -05:00
9f4c38b24f Simplyfy emacs functions. 2014-12-26 06:06:09 -05:00
0268e907c1 Disable rerere for now. I only want it on when i really want it. 2014-12-26 06:06:09 -05:00
414a42bcb6 Remove vim. 2014-12-26 06:06:09 -05:00
15e12f06b5 tweak mu4e syncing. 2014-12-26 06:06:09 -05:00
b23fbd2ea1 isync/mbsync 2014-12-26 06:06:09 -05:00
e35fdecfa1 mu needs to come --with-emacs 2014-12-26 06:06:09 -05:00
da8efb1b76 mu4e sync support. 2014-12-26 06:06:09 -05:00
b18e5026ac Remove unused mu4e functino patches 2014-12-26 06:06:09 -05:00
b0fde7b501 add htmlize 2014-12-26 06:06:09 -05:00
87304a89ee Disable frames in edit-server 2014-12-26 06:06:09 -05:00
9a5c3c9be3 support mu4e_update_mail in emacs. 2014-12-26 06:06:09 -05:00
17babb027e mu4e_update_mail for mac osx using terminal-notifier 2014-12-26 06:06:08 -05:00
b70181b71e alert alerting for everything. 2014-12-26 06:06:08 -05:00
badc19167a Use ensure-packages-installed instead of use-packages for now. 2014-12-26 06:06:08 -05:00
fad95644e4 Shutup jabber. 2014-12-26 06:06:08 -05:00
63f8f12b6c add -i to cider, icdiff growl-fork and terminal notifier. 2014-12-26 06:06:08 -05:00
090356f14e Renable flycheck, add capture template for calendar entry, add alert.el
alerting. Remove dynamic fonts for now.
2014-12-26 06:06:08 -05:00
4c4283974f dusage alias 2014-12-26 06:06:08 -05:00
7f902ed124 Tweak mu4e stuff. 2014-12-26 06:06:08 -05:00
f52df65b50 merge_zsh_history.py 2014-12-26 06:06:08 -05:00
e562af2d97 Refactor python hooks into one function, fix company python completion-at-point-function thing. 2014-12-26 06:06:08 -05:00
e1fab2d557 Remove some things that were failing from cider. Emacs uses dbus. 2014-12-26 06:06:08 -05:00
b0e9f118bf Increase histfile size. 2014-12-26 06:06:08 -05:00
2cd1470fa9 Add usefule emacs functions. 2014-12-26 06:06:08 -05:00
40e70473cc Move custom.el definition, use default mu4e start screen. 2014-12-26 06:06:08 -05:00
1acc20ffab Fix user-full-name and user-mail-address (they were mixed up) 2014-12-26 06:06:08 -05:00
b14d826809 add dynamic fonts. 2014-12-26 06:06:08 -05:00
fc2ef6ce42 Add calendar file. 2014-12-26 06:06:08 -05:00
eafb9a5de2 helm-swoop keybinding (C-S-s) 2014-12-26 06:06:08 -05:00
72bb5572d4 Remove helm-org headlines since its now in helm. 2014-12-26 06:06:08 -05:00
246ac32e90 Terminator keystrokes for switching/creating tabs. 2014-12-26 06:06:08 -05:00
566bde1226 Finish org-todo-at-date 2014-12-26 06:06:08 -05:00
cd263806ab There was a built in (org-time-string-to-time) that does what
org-date-time-to-internal-time does.
2014-12-26 06:06:08 -05:00
df280bc137 org-todo-at-date 2014-12-26 06:06:08 -05:00
ce74d3ea3e git_reset_author_to_user 2014-12-26 06:06:08 -05:00
5c856b552c git_reset_author_to_user 2014-12-26 06:06:08 -05:00
27111a0c58 rename helm org 2014-12-26 06:06:08 -05:00
cd763f035c helm-org-in-buffer-headings, mu4e-company 2014-12-26 06:06:08 -05:00
9cb0942953 Don't source control wemo cache. 2014-12-26 06:06:08 -05:00
08091bd349 Prefix argument to ace-jump-mode now does it across all windows. 2014-12-26 06:06:08 -05:00
5d0eca62d7 tweaks. 2014-12-26 06:06:08 -05:00
34b5b21f99 Disable ido-ubiquitous. 2014-12-26 06:06:08 -05:00
faa4fab7c0 Don't call in to xclip when $DISPLAY isn't available. 2014-12-26 06:06:08 -05:00
91de69b8c7 Make mail messaging better (use .mail-sync file as time stamp). 2014-12-26 06:06:08 -05:00
e5d3981798 One last fix for git editor (editor.sh return 0)
Conflicts:
	resources/add_emacs.d_aliases.sh
2014-12-26 06:06:05 -05:00
54ba76d88c Fix editor once and for all by using editor.sh file. 2014-12-26 06:05:28 -05:00
524e5b0658 Custom snippet for sh-mode env-bang 2014-12-26 06:05:28 -05:00
f280fe2802 yasnippet and add signature in mu4e. 2014-12-26 06:05:28 -05:00
c7c9fc6069 mu4e sync and make EDITOR work again. 2014-12-26 06:05:28 -05:00
7cb2140686 mu4e stuff, regexp builder default mode 2014-12-26 06:05:28 -05:00
f2ceb771e5 Fix GIT_EDITOR in linux. 2014-12-26 06:05:28 -05:00
ed708fc875 Fix emacs_open for osx, will be broken in linux. 2014-12-26 06:05:28 -05:00
f39783c82f js-mode is fixed. perspective stuff is atumatically started. 2014-12-26 06:05:28 -05:00
ab75214e9b jump-char, linked project todos with org-projectile,
org-src-fontify-natively (source code highlighting in org),
dbus notifications for erc, helm zsh source history, helm-descbinds
2014-12-26 06:05:28 -05:00
d6a4682082 Updates for new version of org-projectile 2014-12-26 06:05:28 -05:00
4990819296 move mu4e back into init.el 2014-12-26 06:05:28 -05:00
ce7e15004b org-present. 2014-12-26 06:05:28 -05:00
0e72d37a80 tab completion for invoke. 2014-12-26 06:05:28 -05:00
01a921db85 add_authorized_key_to_host 2014-12-26 06:05:28 -05:00
54753f8bcf recentf and helm-recentf 2014-12-26 06:05:28 -05:00
3c0eecbf28 filter agenda files for existence. 2014-12-26 06:05:28 -05:00
4c6cea86b9 t->g for task shortcut. 2014-12-26 06:05:28 -05:00
7b6e356af4 dumb tweaks. 2014-12-26 06:05:28 -05:00
78955b6687 use-package org-projectile isntead of from load.d 2014-12-26 06:05:28 -05:00
946c6230b4 org-projectile tweaks. 2014-12-26 06:05:28 -05:00
ce5c24bfe2 org-projectile. 2014-12-26 06:05:28 -05:00
d9c0190c1f proper use-package for exec-path from shell. 2014-12-26 06:05:28 -05:00
af8d62d77c linux tweaks. 2014-12-26 06:05:28 -05:00
a4f5002112 jedi to M-., no more helm swoop automatically from isearch. 2014-12-26 06:05:28 -05:00
cd442c0f21 tooltip mode is not always defined... 2014-12-26 06:05:28 -05:00
764fe069ad Fix tramp again... 2014-12-26 06:05:28 -05:00
1ba00b695c add socks proxy, finish helm-org-agenda-files-headings 2014-12-26 06:05:28 -05:00
80c953e1bb Fix helm-M-x not loading issue. 2014-12-26 06:05:28 -05:00
1f18a2fef4 tweak org stuff, more helm-org-habits work. 2014-12-26 06:05:28 -05:00
7b87397429 fix org-mode. 2014-12-26 06:05:28 -05:00
07f657de35 fix org-enforce-todo-dependencies (its not a function, but a variable) 2014-12-26 06:05:28 -05:00
a23d562f25 don't take notes by default. 2014-12-26 06:05:28 -05:00
c311adc0cd helm-spotify, helm-org-headlines. 2014-12-26 06:05:28 -05:00
c44db990f3 Lots of disables including ones to make modal dialogs stop. 2014-12-26 06:05:28 -05:00
66697f744a Add 'dotfiles/emacs.d/' from commit 'c5f9655b3168095e1bbea6c597a72d9f226d1fc0'
git-subtree-dir: dotfiles/emacs.d
git-subtree-mainline: 9204319d7d29f2e51905435b589167adc368f1c9
git-subtree-split: c5f9655b31
2014-12-26 06:04:55 -05:00
49fd48cca7 remove emacs.d as a submodule... don't use this commit ever. 2014-12-20 03:21:39 -08:00
472c83a4e3 another bump for emacs.d 2014-12-20 03:21:39 -08:00
60e0d71db3 emacs.d bump. 2014-12-20 03:21:39 -08:00
f812ae63d8 major emacs.d bump. 2014-12-20 03:21:39 -08:00
4704ad0f22 emacs.d bump. 2014-12-20 03:21:39 -08:00
2a7ff32751 linux tweaks. 2014-12-20 03:21:39 -08:00
b03fe84f45 linux tweaks. 2014-12-20 03:21:39 -08:00
d7c562082b emacs.d bump. 2014-12-20 03:21:39 -08:00
f3b4bc1df5 emacs.d bump. 2014-12-20 03:21:39 -08:00
c6edc475fa emacs.d bump. 2014-12-20 03:21:39 -08:00
c8c00481a8 Don't source zshrc in emacs open. 2014-12-20 03:21:38 -08:00
04a5a735f8 parse_timestamp and emacs.d bump. 2014-12-20 03:21:38 -08:00
aac5301012 add ispell. 2014-12-20 03:21:38 -08:00
4edd75b6e1 updates for mu4e and erc. 2014-12-20 03:21:38 -08:00
7080027290 Bump emacs.d and brew dependencies. 2014-12-20 03:21:38 -08:00
e119bab555 auto-switch tweaks. 2014-12-20 03:21:38 -08:00
9e29f3a8d7 emacs.d bump. 2014-12-20 03:21:38 -08:00
5a178299a1 Make shellenv directory. 2014-12-20 03:21:38 -08:00
9b44d35171 Properly set EDITOR for zsh inline editing. GIT_EDITOR actually needs to
be different becaseu of the way that it works.
2014-12-20 03:21:38 -08:00
ed0f2dd469 bump emacs.d 2014-12-20 03:21:38 -08:00
2e0e93e6b5 install gpg. 2014-12-20 03:21:38 -08:00
19ea3c1e95 inconsequential emacs.d bump. 2014-12-20 03:21:38 -08:00
b22b1828f9 Switch to powerline prompt. 2014-12-20 03:21:37 -08:00
b442af27e3 emacs.d bump. 2014-12-20 03:21:37 -08:00
1451d039c2 Fix e 2014-12-20 03:21:37 -08:00
de5ec6dcad Bump .emacs.d. Make e run slightly different commands based on whether
or not arguments were passed.
2014-12-20 03:21:37 -08:00
cdc5ed53cf .emacs.d bump. e should work much better now. 2014-12-20 03:21:37 -08:00
689f7e524a Bump emacs.d tweak clean-branches git alias. 2014-12-20 03:21:37 -08:00
ab8f081be2 Add shellrc to zshenv. Get rid of bad which alias. Make emacs_open
support waiting. Fix editor command.
2014-12-20 03:21:37 -08:00
2b6029548c Add vim install option. 2014-12-20 03:21:37 -08:00
7ab9589867 Dont do osascript for focus emacs if not in osx. 2014-12-20 03:21:37 -08:00
52dc92f4e3 bump emacs.d 2014-12-20 03:21:37 -08:00
9116b548ff Add benchmark init emcas.d 2014-12-20 03:21:37 -08:00
c8f764e1a8 tmux copy now goes to os pastebin. 2014-12-20 03:21:37 -08:00
e8bbb6964a make zsh clipboard system-wide, improve emacs_open (add focus on startup) 2014-12-20 03:21:37 -08:00
0c40ac63fa Merge emacs.d tweaks. 2014-12-20 03:21:37 -08:00
510f32b5d6 Emacs server can sort of open files from finder.... this is hard though. Also emacs_open command. 2014-12-20 03:21:36 -08:00
9f57705921 bump emacs.d 2014-12-20 03:21:36 -08:00
7d92f141f5 bump emacs.d 2014-12-20 03:21:36 -08:00
858a829d53 bump. 2014-12-20 03:21:36 -08:00
ac8a1fff39 bump. 2014-12-20 03:21:36 -08:00
73c802e14c ...bump 2014-12-20 03:21:36 -08:00
a146a5c061 terminal emacs over ssh. global mode for starting emacs servers. 2014-12-20 03:21:36 -08:00
bb68b52996 Fix tramp mode/zshrc issues. 2014-12-20 03:21:36 -08:00
9029d9c56f Add support for dumb terminals in bash and zsh. 2014-12-20 03:21:36 -08:00
6d752111ec plink for tramp in emacs.d 2014-12-20 03:21:36 -08:00
2b588c79b0 Bump .emacs.d 2014-12-20 03:21:36 -08:00
98fef909c3 add support for dumb prompt so that emacs-tramp can work. 2014-12-20 03:21:36 -08:00
21d65e3e06 Fix jeid stuff, add job count to prompt. 2014-12-20 03:21:36 -08:00
b17aebc7c9 emacs.d bump. 2014-12-20 03:21:36 -08:00
e977349bd9 Fix prompt recursive search, ignore some pyrc things 2014-12-20 03:21:36 -08:00
0dfca02bcf bump emacs.d get splitting under control. 2014-12-20 03:21:35 -08:00
ab826de4c6 bump emacs d for use-package refactor, tweaks to linux. use tango-dark for iterm. 2014-12-20 03:21:35 -08:00
4ce2cb6136 Tweak osx.py. bump .emacs.d 2014-12-20 03:21:35 -08:00
6a6b0083c4 bump emacs.d 2014-12-20 03:21:35 -08:00
c09a161282 Tweak prompt characters. 2014-12-20 03:21:35 -08:00
4be07715b7 linux wip. 2014-12-20 03:21:35 -08:00
3fd2353544 A bunch of linux stuff. Very wip. 2014-12-20 03:21:35 -08:00
a47aae5ead update iterm2 settings. 2014-12-20 03:21:35 -08:00
3e727bf4cd Modernize powerline. Make powerline colors simple so that they can be set with terminal settings. 2014-12-20 03:21:35 -08:00
5898641e11 .emacs.d bump. 2014-12-20 03:21:35 -08:00
Livien Yin
1a451d90cb bump .emacs.d 2014-12-20 03:21:35 -08:00
Livien Yin
7347c63077 Fixup wifi auto switch. 2014-12-20 03:21:35 -08:00
Livien Yin
5285e2a588 bump .emacs.id 2014-12-20 03:21:35 -08:00
7edcd6d101 bump emacs.d 2014-12-20 03:21:35 -08:00
ef8e9c67bf bump emacs.d 2014-12-20 03:21:34 -08:00
faf139e670 bump emacs.d 2014-12-20 03:21:34 -08:00
664a3023ac track modified and other tweaks. 2014-12-20 03:21:34 -08:00
bc4ce50bd1 Remove unneeded brew dependencies. 2014-12-20 03:21:34 -08:00
c24c9f2dc7 add a few more casks. 2014-12-20 03:21:34 -08:00
c80e20e667 cider tweaks. 2014-12-20 03:21:34 -08:00
3fffe726ff Remove all things specific to Ivan Malison. 2014-12-20 03:21:34 -08:00
86417703b7 Fix fringes issue in emacs.d 2014-12-20 03:21:34 -08:00
3fc39b029c Resolve conflict in emacs.d 2014-12-20 03:21:34 -08:00
b775752068 Tweaks, add rvm add other things to bootstrap. 2014-12-20 03:21:34 -08:00
ab33ef7a58 Fix bash prompt, cabal-install and ghc. 2014-12-20 03:21:34 -08:00
796bfed264 Add some linux compatibility stuff. WIP... 2014-12-20 03:21:33 -08:00
9c26907f7c bump .emacs.d 2014-12-20 03:21:33 -08:00
d4285437aa Add ag to bootstrap, bump .emacs.d 2014-12-20 03:21:33 -08:00
2e6a368020 emacs.d bump. 2014-12-20 03:21:33 -08:00
144e51b7c7 Add wifi-auto-switch. 2014-12-20 03:21:33 -08:00
8521a3071c Bump .emacs.d 2014-12-20 03:21:33 -08:00
4c4bd6c100 Tweaks. 2014-12-20 03:21:33 -08:00
7d31abf01c Add atom to casks. 2014-12-20 03:21:33 -08:00
8868e4f4b2 start adding cider 2014-12-20 03:21:33 -08:00
59ad068760 Bump .emacs.d 2014-12-20 03:21:33 -08:00
36c3f0499d bump .emacs.d 2014-12-20 03:21:33 -08:00
2313b22996 add default tern_config. 2014-12-20 03:21:33 -08:00
1448dc5950 bump .emacs.d 2014-12-20 03:21:33 -08:00
9135da33b8 update pylintrc. emacs.d bump. 2014-12-20 03:21:33 -08:00
e7062599a9 bump .emacs.d 2014-12-20 03:21:32 -08:00
f2595a7a31 bump emacs.d 2014-12-20 03:21:32 -08:00
029604feee rearrange casks and add new jumping features to .emacs.d 2014-12-20 03:21:32 -08:00
8cab4b425b bump .emacs.d. add enable locate. install mactex as cask. 2014-12-20 03:21:32 -08:00
0b8cfddcb7 Mostly emacs.d bump for helm. 2014-12-20 03:21:32 -08:00
04b9d61696 Move a bunch of stuff around. fix fullscreen emacs issue. 2014-12-20 03:21:32 -08:00
b5f1542f9b Bump .emacs.d. move functions around. 2014-12-20 03:21:32 -08:00
abd4b70a7f Remove as_current_user. Doesn't seem to help with the fullscreen issue. 2014-12-20 03:21:32 -08:00
1936f63f3a switch reattach to user namespace to as current user in emacs.sh. 2014-12-20 03:21:32 -08:00
b7639346e1 remove yelp.sh remove brew.sh, move stuff from functino.sh to osx.sh set solarized as the default iTerm color theme. 2014-12-20 03:21:32 -08:00
607d515ee0 Update server file stuff for ubuntu. 2014-12-20 03:21:32 -08:00
26b00ec84c add java home. 2014-12-20 03:21:32 -08:00
d3aaeb420f bump .emacs.d made ec alias for operning files in existing emacs frame. 2014-12-20 03:21:32 -08:00
9b5bcafd7c Make it so that emacs looks for project root when deciding whether or not to start a new daemon. 2014-12-20 03:21:32 -08:00
b32765b9c5 Run an instance of emacs per directory. 2014-12-20 03:21:32 -08:00
d60be4274d add yaml-mode, enable server tcp. 2014-12-20 03:21:32 -08:00
341fe08f93 emacs.d bump. 2014-12-20 03:21:31 -08:00
d2f75a1d47 Add slate command for spotify, half screen commands. Emacs.d bump. 2014-12-20 03:21:31 -08:00
875117a64b Add some slate stuff. 2014-12-20 03:21:31 -08:00
274aaa1972 Add hyper key. 2014-12-20 03:21:31 -08:00
f6927e0e95 Prompt, remove switch from slate. 2014-12-20 03:21:31 -08:00
a2646b035a add java as cask. 2014-12-20 03:21:31 -08:00
7988eb7f6a slate.js 2014-12-20 03:21:31 -08:00
92fff5cd2e bump .emacs.d 2014-12-20 03:21:31 -08:00
1def33eb62 Added javascript, python requirements. pylinrc. Fixed pip directory in dotfiles, add enable_access_for_assitive devices and slate. remove alfred, divvy. 2014-12-20 03:21:31 -08:00
a5cc42a0d7 .emacs.d bump. 2014-12-20 03:21:31 -08:00
7162cdb608 tomorrow is now shell theme. 2014-12-20 03:21:31 -08:00
699d914c36 Update prompt colors. 2014-12-20 03:21:31 -08:00
01c911e810 Switch to solarized in iterm. emacs.d bump. 2014-12-20 03:21:31 -08:00
38a7308c1e add rh alias to .gitconfig. 2014-12-20 03:21:31 -08:00
ecd7f293be Add file-exists and shas; bump .emacs.d pointer. 2014-12-20 03:21:30 -08:00
4d707d59e3 emacs cocoa stuff, set-path launch agent, as_user function. 2014-12-20 03:21:30 -08:00
355d851507 Emacs cocoa WIP. 2014-12-20 03:21:30 -08:00
af417d6c15 use brew prefix. 2014-12-20 03:21:30 -08:00
69a086121c Add dependencies. 2014-12-20 03:21:30 -08:00
153d70beb0 fix ls colors issue somehow... 2014-12-20 03:21:30 -08:00
0e22f67464 add mercurial as brew install. emacs.d bump. 2014-12-20 03:21:30 -08:00
9b2730e031 add npm to linux dependencies update npm dependencies to inlcude js-beautify. emacs.d bump for jsmode stuff 2014-12-20 03:21:30 -08:00
36fb94e30a Update git stuff start writing histogram task. 2014-12-20 03:21:30 -08:00
b7ecdbae1c Add pandoc. 2014-12-20 03:21:30 -08:00
10e81050bd bup emacsd for gitmoudles to https. 2014-12-20 03:21:29 -08:00
64688c0382 Get rid of tasks.sh Bump emacs.d for emacs jedi stuff 2014-12-20 03:21:29 -08:00
f35ff45bf6 fix remote clipboard, do git clone over https in web_start. 2014-12-20 03:21:29 -08:00
ef64a1129a small tweaks here and there, add .sbt with ensime plugin enabled by default. 2014-12-20 03:21:29 -08:00
a1992c66ca update remote clipboard. 2014-12-20 03:21:29 -08:00
7d30040e5b Add -Qunused-arguments compiler flag by default. 2014-12-20 03:21:29 -08:00
73773c293a Tweaks. 2014-12-20 03:21:29 -08:00
86dd4069c3 Add .pip/pip.conf for pip cacheing. 2014-12-20 03:21:29 -08:00
492e92de96 Bump .emacs.d pointer. 2014-12-20 03:21:28 -08:00
487568529c Delete vim colors files. 2014-12-20 03:21:28 -08:00
515aa04c50 Change status colors. 2014-12-20 03:21:28 -08:00
d731e62b04 Do some crazy stuff with OPTIND to unbreak getopts interoperation. 2014-12-20 03:21:28 -08:00
ca17d69e4a Added brew for multiple users. 2014-12-20 03:21:28 -08:00
8b351dce12 Add gitignore for dumb vim thing brew for multiple users function. 2014-12-20 03:21:28 -08:00
14c87b9848 Working on tgit. 2014-12-20 03:21:28 -08:00
3e6dc3a041 Tweaks to brew and setup scripts. 2014-12-20 03:21:28 -08:00
7c17473199 Add vundle submodule. 2014-12-20 03:21:27 -08:00
13ab7d3f17 Proper macvim setup. 2014-12-20 03:21:27 -08:00
b165c4c4ac Update setup script, make do_the_brew bash compatible. 2014-12-20 03:21:27 -08:00
202b217520 osx updates, brew.sh updates. 2014-12-20 03:21:27 -08:00
aa5812c336 Add a bunch of packages to brew.sh. Add python.sh for installing python things.
Clean up brew installation/add function do_the_brew with cl args for options.
2014-12-20 03:21:27 -08:00
6aedc72167 Bump .emacs.d. 2014-12-20 03:21:27 -08:00
a9b731e627 Add shortcut for switching tmux windows to .tmux.conf. 2014-12-20 03:21:27 -08:00
216f62317c Quote argument in activate_synergy_for so that multiple lines don't cause test to blow up. 2014-12-20 03:21:27 -08:00
66782345ff Screen Saver stuff. 2014-12-20 03:21:27 -08:00
663e1caa9f Make startss a function. 2014-12-20 03:21:26 -08:00
96ebb38f7d Add screensaver alias; make synergy commands use sigkill. 2014-12-20 03:21:26 -08:00
143056e728 Synergy tweaks. 2014-12-20 03:21:26 -08:00
388c21be63 tweak synergy. 2014-12-20 03:21:26 -08:00
dd57eafd44 Add update_dotfiles. 2014-12-20 03:21:26 -08:00
633e38e08e Prevent make_me_synergy from making multiple synergyc instances for the same ip. Move synergy functions into their own file. 2014-12-20 03:21:26 -08:00
a1942d9761 Add more sophisticated synergy stopping commands. 2014-12-20 03:21:26 -08:00
fea6073f5f Add activate_synergy_for 2014-12-20 03:21:26 -08:00
739cf39771 Added make me synergy and clear synergy. 2014-12-20 03:21:26 -08:00
e0c37de9fe fix zshenv again. 2014-12-20 03:21:26 -08:00
e3e87ed11e Bump .emacs.d. 2014-12-20 03:21:26 -08:00
f00b469e42 Fix zshenv 2014-12-20 03:21:26 -08:00
043e327118 wemo 2014-12-20 03:21:26 -08:00
20bec8af43 bump .emacs d for random tweaks. 2014-12-20 03:21:25 -08:00
ea92f83136 bump emacs.d for latex stuff. 2014-12-20 03:21:25 -08:00
c908860c1d Made it so that the xemacs alias backgrounds properly. 2014-12-20 03:21:25 -08:00
d8f26558ed Add scp completion. 2014-12-20 03:21:25 -08:00
0ba859714e add ospaste. 2014-12-20 03:21:25 -08:00
1efcf110c0 Add support for emacs in x11. 2014-12-20 03:21:25 -08:00
1955cc99f1 bump emacs.d 2014-12-20 03:21:25 -08:00
8509859b30 Add background and foreground settings back to .tmux.conf 2014-12-20 03:21:25 -08:00
d163e90684 whitespace fixes in .gitconfig. 2014-12-20 03:21:25 -08:00
1eb3bffd70 Add make ensime. bump emacs for rewrite of all emacs commits. 2014-12-20 03:21:25 -08:00
25598a83cd add git ignore-untracked, bump emacs.d (removed emacs-for-python in favor of jedi) 2014-12-20 03:21:25 -08:00
9bcd6bc22c Remove path.sh, move contents to shellrc.sh 2014-12-20 03:21:25 -08:00
2b4fedfce0 powerline json files and dircolors moved. 2014-12-20 03:21:25 -08:00
8530f64bc5 using custom powerline conf for tmux. 2014-12-20 03:21:25 -08:00
cb06479d25 Add configs for powerline. 2014-12-20 03:21:24 -08:00
b0049d6c0f now using dircolors for ls coloring. 2014-12-20 03:21:24 -08:00
c3c3f17770 Added some more powerline stuff. 2014-12-20 03:21:24 -08:00
6ff0d0bf10 Fix things for bash. 2014-12-20 03:21:24 -08:00
c4f9df8968 Fix ls colors again. 2014-12-20 03:21:24 -08:00
9c53a52b8f Fix bootstrapping.sh. 2014-12-20 03:21:24 -08:00
e4b46ff518 Fix ls colors for new version of ls. 2014-12-20 03:21:24 -08:00
06ac029460 Fix set_osx_hostname arguments, made everything in prompt.sh use separator, add HighConstrast theme, don't set require password in osx.sh 2014-12-20 03:21:24 -08:00
dc97362297 Update prompt character based on whether in git repository. 2014-12-20 03:21:24 -08:00
fa2eb6663f Move stuff from spectrum.sh into prompt.sh 2014-12-20 03:21:24 -08:00
a7e245d961 Add extra.sh Add htop to brew installs. Added function to make it so that htop shows all process information even if it is not run as root. 2014-12-20 03:21:24 -08:00
f17970b02c Prompt colors set before prompt variable defined. 2014-12-20 03:21:23 -08:00
7d95670717 Add function to set hostname on osx. 2014-12-20 03:21:23 -08:00
a0ade716a2 update PS2 to show reason for being delayed. 2014-12-20 03:21:23 -08:00
c92b886cd2 Made it easier to customize prompt colors. Change default color theme for iterm. 2014-12-20 03:21:23 -08:00
85caeba0b5 Update color preferences for iterm, remove versions from python_packages. add alias to update all packages using pip. 2014-12-20 03:21:23 -08:00
480ac61af2 Change .custom.zsh to custom.zsh 2014-12-20 03:21:23 -08:00
783dc778f0 Update localip alias. 2014-12-20 03:21:23 -08:00
1c64644cf7 Add autoload of colors to prompt.sh. Remove git_replace_author.py add matcher.py 2014-12-20 03:21:23 -08:00
ab8df9a1e8 Added fully working git_reset_author. (Not the terrible version that was removed earlier.) 2014-12-20 03:21:23 -08:00
2669513fd7 Remove pymacs from python packages. Remove git_reset author. 2014-12-20 03:21:23 -08:00
9c4c5551fe changed tmux things, added ropeproject to gitignore. 2014-12-20 03:21:23 -08:00
bfebc68743 Add git replace author, tmux conf resizing short cuts bump .emacs.d to fix mo-git-blame/flymake issue. 2014-12-20 03:21:23 -08:00
8db598c78d add custom.zsh source in zshrc and watch and gist to brew.sh bump emacs.d pointer. 2014-12-20 03:21:23 -08:00
d66dc2e236 remove unused alias for now. 2014-12-20 03:21:22 -08:00
7cc0839582 add git_diff_replacing function 2014-12-20 03:21:22 -08:00
77ad61d281 Added db and bumped emacs pointer. 2014-12-20 03:21:22 -08:00
f770ae6c7b add srczsh alias, move stuff out of zsh.sh 2014-12-20 03:21:22 -08:00
23c7003fc9 Add a bunch of git aliases including untracked, root and ignore. 2014-12-20 03:21:22 -08:00
3a3e826f7d Add git dtbmb. 2014-12-20 03:21:22 -08:00
0ee8ce71af Refactor some stuff. 2014-12-20 03:21:22 -08:00
94c3a79793 cleanup bootstrap.sh. reorganize gitconfig. 2014-12-20 03:21:22 -08:00
bfed868acd monkai in emacs.d 2014-12-20 03:21:22 -08:00
544b3c5542 ignore dirlocals in .emacs.d 2014-12-20 03:21:22 -08:00
39f9febbe9 added scala support to emacs.d 2014-12-20 03:21:22 -08:00
9e0c90ba25 Get rid of some submodules in .emacs.d 2014-12-20 03:21:22 -08:00
62349e337d Move non-shell related things to resources. 2014-12-20 03:21:21 -08:00
e9574821db fix smex for old versions of emacs.d, bump pointer. 2014-12-20 03:21:21 -08:00
e4683e46b5 Remove all elpa tracking for .emacs. 2014-12-20 03:21:21 -08:00
9721ac4d67 os-copy for emacs. 2014-12-20 03:21:21 -08:00
5be58e2f34 fix git reset-branch 2014-12-20 03:21:21 -08:00
3f1ab9a530 os-copy for emacs. 2014-12-20 03:21:21 -08:00
85e4a839ff add daemonize to brew.sh 2014-12-20 03:21:21 -08:00
01ecc3f597 update clipboard to reattach to user so that pbcopy works inside of tmux. 2014-12-20 03:21:21 -08:00
11dc5a04e3 got rid of last reference to parse_git_branch 2014-12-20 03:21:21 -08:00
3d022a9fbc change git which-branch definition to be compatible with old git. 2014-12-20 03:21:21 -08:00
dcd1cc3b23 added git ffr expressed ffo in terms of ffr 2014-12-20 03:21:21 -08:00
e84668c75a add smart_copy, refactor remote clipboard names. 2014-12-20 03:21:21 -08:00
c42793b3c5 ffs -> ffo. ffo fast-fowards to origin with a fetch. 2014-12-20 03:21:21 -08:00
745a83ce41 add git cam and git ff 2014-12-20 03:21:21 -08:00
322f862e76 add sha, which-branch to gitconfig. add is_ssh. 2014-12-20 03:21:21 -08:00
56342141da add git reset-origin and go2dotfiles. 2014-12-20 03:21:20 -08:00
444f12c844 Git diff add bump .emacs.d remove useless aliases. 2014-12-20 03:21:20 -08:00
6c1663505d emacs.d pointer bump, small tmux.conf changes. 2014-12-20 03:21:20 -08:00
aaf5b21f29 Add melpa and thems to emacs.d 2014-12-20 03:21:20 -08:00
769ab7ed7c Add terminal info that allows emacs to use full color spectrum. 2014-12-20 03:21:20 -08:00
03eb46689d Fix .tmux.conf 2014-12-20 03:21:20 -08:00
64ead55fe5 tweaks to make no sandbox show at the appropriate time only. 2014-12-20 03:21:20 -08:00
312e8266c9 Small fixes for bash prompt. 2014-12-20 03:21:20 -08:00
ea3962b380 Fix git_is_dirty 2014-12-20 03:21:20 -08:00
d8d47433d0 Prompt fixes in zsh. 2014-12-20 03:21:20 -08:00
c37165ae69 Added RPROMPT and PS2 2014-12-20 03:21:20 -08:00
30b45038eb Add ls colors. 2014-12-20 03:21:19 -08:00
9cb3ecfdb8 Initial commit.
Conflicts:
	.gitmodules
	dotfiles/lib/shellrc/aliases.sh
2014-12-20 02:48:07 -08:00
51d110b07d add git poh 2014-12-20 02:42:25 -08:00
37dcb294bc Move zsh prompt to zsh/prompt.sh 2014-12-20 02:42:25 -08:00
2e8a7c572c Fix zsh prompt to exapand every time. 2014-12-20 02:42:25 -08:00
7385ca2085 Fix zshrc and prompt. 2014-12-20 02:42:24 -08:00
b912a0879d remove tmux-powerline. 2014-12-20 02:42:24 -08:00
6174990049 Add iterm settings, tweak bootstrap, bump eamcs pointer.
Fix web_start.

Add remote_clipboard server stuff.

Bump .emacs.d pointer and add remote_os_copy alias.

Way better get_cols

Made git sui git suir

move to same sha as yelp branch for .emacs.d

Bump emacs pointer.

simplified default code for remote_clipboard.

Remove unused functions from .functions.

Added things from yelp branch.

yelpify

Added field separator to get_cols.

Lots of refactoring. Added .lib directory. Moved dotfiles that get symlinked to ~ into their own directory. Remove some vim configuration.

Remove oh-my-zsh.
2014-12-20 02:42:24 -08:00