summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
* Stop ignoring IRC buffersGravatar Tom Willemse2015-09-031-1/+1
|
* Use helmGravatar Tom Willemse2015-09-031-2/+12
|
* Define some CSS alignment rulesGravatar Tom Willemse2015-09-031-0/+21
|
* Add some colorful new minor modesGravatar Tom Willemse2015-09-031-0/+3
|
* Stop using ERC, use circe insteadGravatar Tom Willemse2015-09-031-13/+25
|
* Stop using company, bring back autocompleteGravatar Tom Willemse2015-09-031-8/+7
|
* Start pinentry server in emacsGravatar Tom Willemse2015-07-281-0/+2
|
* 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-261-47/+0
|
* Move my eshell prompt to separate moduleGravatar Tom Willemse2015-07-081-15/+3
| | | | | To help with autoloading, also update the Makefile to create a `site-lisp/site-autoloads.el' file which is loaded by emacs.
* Add flycheck section to init.orgGravatar Tom Willemse2015-06-301-19/+7
|
* Move pony settings to init.orgGravatar Tom Willemse2015-06-291-6/+0
|
* Move po-mode settings to init.orgGravatar Tom Willemse2015-06-291-2/+0
|
* Use en_US for git commitsGravatar Tom Willemse2015-06-211-1/+1
| | | | hunspell doesn't know about an "en" dictionary.
* Use hunspell for spell-checking when availableGravatar Tom Willemse2015-06-211-0/+5
|
* Move hl-indent settings to init.orgGravatar Tom Willemse2015-06-171-2/+1
|
* Stop using colemak-evilGravatar Tom Willemse2015-06-171-1/+1
| | | | | | | | 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-171-6/+0
|
* 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
|
* Move browse-url settings to init.orgGravatar Tom Willemse2015-05-091-4/+0
|
* Take message inhibition out of init.elGravatar Tom Willemse2015-05-091-4/+0
|
* Don't display flycheck errors in minibufferGravatar Tom Willemse2015-05-091-2/+1
|
* Use company-modeGravatar Tom Willemse2015-05-091-8/+9
|
* Update buffer display settingsGravatar Tom Willemse2015-05-091-4/+15
|
* Cleanup auto-init functionGravatar Tom Willemse2015-05-091-4/+5
|
* Stop using popwinGravatar Tom Willemse2015-05-021-3/+0
|
* Fix some warningsGravatar Tom Willemse2015-05-021-14/+17
|
* Stop using hl-sexp-modeGravatar Tom Willemse2015-04-271-10/+5
|
* Tweak some evil keysGravatar Tom Willemse2015-04-271-1/+13
|
* Set the fci rule column for ruby modeGravatar Tom Willemse2015-04-271-0/+1
|
* Remove wakatimeGravatar Tom Willemse2015-04-271-3/+1
|
* Stop using mode-iconsGravatar Tom Willemse2015-04-271-1/+0
| | | | | With svg-mode-line-themes enabled this package doesn't do much of anything anymore.
* Rename my-smt to oni-smtGravatar Tom Willemse2015-04-271-2/+2
|
* Add section on auto completionGravatar Tom Willemse2015-04-211-3/+1
|
* Add section about electric pairingGravatar Tom Willemse2015-04-211-6/+4
|
* Give electric indent its own sectionGravatar Tom Willemse2015-04-211-2/+1
|
* Require notifications for metalexpressGravatar Tom Willemse2015-04-201-1/+0
|
* Add some stuffGravatar Tom Willemse2015-04-201-0/+10
|
* Load Cask file as Emacs LispGravatar Tom Willemse2015-04-201-1/+2
|