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
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
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
0a1867b67e
Message result builder
2016-06-19 23:52:01 -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
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
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
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
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
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
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
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
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
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
5f1089134e
fix go guru
2016-04-06 01:53:59 -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
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
b6d391aeba
disable inhibiting magit revert
2016-02-23 14:08:13 -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
7e6681fa53
org-projectile sort of dependss on helm. Put it inside its config
2016-01-11 16:23:02 -08:00
f43c3457a9
Keybind paste to s-v
2016-01-11 14:44:41 -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
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
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
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
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
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
199e9cc1f8
multi-line.el
2015-11-21 04:43:26 -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
54e815a804
bump gotest-temp
2015-11-18 01:18:27 -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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
d19315d1c8
add languages to babel
2015-08-29 23:42:13 -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
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
cc23fa5574
setup calc-mode
...
calc-context-sensitive-enter
2015-08-19 15:34:33 -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
76a820a58c
Fix auto-starting of server
2015-08-17 11:54:55 -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
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
de97917b9e
no linum-mode in term and ansi-term
2015-08-15 23:19:53 -07:00
13bb4059ed
add ansi-color-mode.el
2015-08-15 22:13:02 -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
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
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
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
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
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
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
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
9c3bcfcdc5
edit server works again.
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
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
c407088e4f
prefix org-file variables with imalison
2015-07-03 17:11:23 -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
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
f5afd6d68d
imalison:console-log-unique
2015-06-30 09:31:37 -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
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
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
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
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
da9416284a
make super work in emacs.
2015-06-15 16:39:11 -07:00
829738ba6f
Move org-projectile stuff outside org-mode.
2015-06-15 14:59:54 -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
6ef204d1f6
ignore project-to-org-filepath in .emacs.d
2015-06-15 05:01:58 -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
b505d9a316
Allow symlinks for org files.
2015-04-28 13:42:12 -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
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
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
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
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
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
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
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
224d0c15b5
Only sync if a save of an agenda file has occured.
2015-01-30 19:42:18 -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
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
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
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
5b2a1303d0
Dumb init.el changes.
2015-01-22 00:56:07 -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
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
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
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
75d80d1c50
Link capture templates.
2015-01-06 17:27:59 -08:00
8d46d32497
Make jedi pop accesible by M-,
2015-01-05 17:24:03 -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
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
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
2c679ad7ed
Reindent stuff.
2014-12-31 09:44:47 -05:00
66a1b7b595
Remove .gitmodules
2014-12-27 06:19:03 -05:00
c3de581f59
remove double comment.
2014-12-27 05:57:33 -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
e531abc1a2
Make mu4e html email friendly. Use html2text shell command.
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
d0d9421e6b
get rid of org-agenda-files logging.
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
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
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
7f902ed124
Tweak mu4e stuff.
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
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
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
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
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
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
7cb2140686
mu4e stuff, regexp builder default mode
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
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
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
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
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
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
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
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
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
bb68b52996
Fix tramp mode/zshrc issues.
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
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
6a6b0083c4
bump emacs.d
2014-12-20 03:21:35 -08:00
4be07715b7
linux 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
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
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