summaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* Add overlay and backgroundGravatar Tom Willemse2015-07-261-0/+32
| | | | These were heavily inspired by ocodo-svg-modelines
* Change main mailbox nameGravatar Tom Willemse2015-07-261-1/+1
|
* Fix dictionary name for hunspellGravatar Tom Willemse2015-07-261-1/+1
|
* Use ido-everywhereGravatar Tom Willemse2015-07-261-0/+1
|
* Add wakatimeGravatar Tom Willemse2015-07-261-1/+2
|
* Enable primary selection for copy/pasteGravatar Tom Willemse2015-07-261-0/+1
|
* Use ido for some more completionsGravatar Tom Willemse2015-07-261-0/+4
|
* Use visual-regexpGravatar Tom Willemse2015-07-261-0/+1
|
* Add some minor modes for RubyGravatar Tom Willemse2015-07-261-0/+6
|
* Require projectile during compilationGravatar Tom Willemse2015-07-261-0/+1
|
* Automatically turn-on the correct rubyGravatar Tom Willemse2015-07-261-0/+7
|
* Remove evil settingsGravatar Tom Willemse2015-07-262-50/+0
|
* Update Emacs packagesGravatar Tom Willemse2015-07-261-2/+15
|
* Remove obsolete init filesGravatar Tom Willemse2015-07-082-89/+0
|
* Update ignoresGravatar Tom Willemse2015-07-082-0/+4
|
* Compile snippets and improve site-lisp compilationGravatar Tom Willemse2015-07-081-11/+35
| | | | | | | | Files can't be left out from being compiled anymore. Even though the snippet rules depend on every `.yas-compiled-snippets.el' separately, when the first is compiled, the rest don't need to anymore.
* Add some snippetsGravatar Tom Willemse2015-07-088-1/+44
|
* Move my eshell prompt to separate moduleGravatar Tom Willemse2015-07-083-20/+80
| | | | | To help with autoloading, also update the Makefile to create a `site-lisp/site-autoloads.el' file which is loaded by emacs.
* Don't try to send appts to jabberGravatar Tom Willemse2015-07-051-2/+1
|
* Add flycheck section to init.orgGravatar Tom Willemse2015-06-302-37/+85
|
* Add the pony settings to init.orgGravatar Tom Willemse2015-06-291-0/+25
| | | | Oops
* Don't align chained calls in RubyGravatar Tom Willemse2015-06-291-8/+0
| | | | | RuboCop complains about it and now that I see it it does look pretty good.
* Move pony settings to init.orgGravatar Tom Willemse2015-06-291-6/+0
|
* Fix warning about `in-string-p'Gravatar Tom Willemse2015-06-291-2/+2
|
* Move po-mode settings to init.orgGravatar Tom Willemse2015-06-292-2/+15
|
* Add some more TODO colorsGravatar Tom Willemse2015-06-251-1/+3
|
* Add some podcastsGravatar Tom Willemse2015-06-251-0/+18
|
* Use en_US for git commitsGravatar Tom Willemse2015-06-211-1/+1
| | | | hunspell doesn't know about an "en" dictionary.
* Update requires to remove warnignsGravatar Tom Willemse2015-06-211-6/+7
|
* Remove dependency on taigaGravatar Tom Willemse2015-06-211-9/+0
|
* Remove dependency on desktop-registryGravatar Tom Willemse2015-06-211-12/+2
|
* Update htmlize CSS setting nameGravatar Tom Willemse2015-06-211-1/+1
|
* Remove org-mobileGravatar Tom Willemse2015-06-211-3/+0
|
* Add/update some colors in org-modeGravatar Tom Willemse2015-06-211-3/+5
|
* Use hunspell for spell-checking when availableGravatar Tom Willemse2015-06-211-0/+5
|
* Move hl-indent settings to init.orgGravatar Tom Willemse2015-06-172-2/+32
|
* Truncate the path portion of org tasksGravatar Tom Willemse2015-06-171-2/+5
|
* Show ERC status in modelineGravatar Tom Willemse2015-06-171-1/+8
|
* Stop using colemak-evilGravatar Tom Willemse2015-06-173-2/+223
| | | | | | | | To become more familiar with the physical placement of evil's keybindings I've written a new layout. This is basically the same as the default except that it's mapped out over a colemak layout and hjkl has become jkl; and ; has become h. I did this because I feel jkl; is more comfortable.
* Add keybinging for org-store-linkGravatar Tom Willemse2015-06-171-2/+3
|
* Add mail update routines for mowedlineGravatar Tom Willemse2015-06-171-2/+6
|
* Move magit settings to init.orgGravatar Tom Willemse2015-06-172-6/+63
|
* Don't use emacs-lisp-mode as the initial modeGravatar Tom Willemse2015-06-171-1/+0
| | | | | | | | | Using `emacs-lisp-mode' as the initial major-mode also runs `flycheck'. Flycheck will constantly show warnings because "*scratch*" doesn't contain the proper header or footer. The default initial major-mode is `lisp-interaction-mode', which is basically the same as `emacs-lisp-mode', with some extra (annoying) keybindings which get overwritten by `paredit' anyway. Now I don't see any warnings.
* Manually set ,, to the comment operatorGravatar Tom Willemse2015-06-171-0/+2
|
* Add mowedline to IRC autojoin channelsGravatar Tom Willemse2015-06-171-1/+1
|
* Include package.el when byte-compilingGravatar Tom Willemse2015-06-171-1/+1
|
* Temporarily turn off Marmalade, it raises an errorGravatar Tom Willemse2015-06-171-1/+1
|
* Add org-capture template for ConkerorGravatar Tom Willemse2015-06-171-2/+2
|
* Remove the first part in showing the outlineGravatar Tom Willemse2015-05-251-1/+2
| | | | | The first part is an artifact from the way I've been using GTD and the other parts (if any) make the first implicit.
* Skip next steps in org todo listsGravatar Tom Willemse2015-05-251-6/+21
| | | | | Projects can fill up the task list quite easily, though actually only the immediately next task is of real interest.