summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add new package.el code, commentedGravatar Tom Willemse2015-04-201-0/+6
|
* Add wakatime modeGravatar Tom Willemse2015-04-081-1/+3
|
* Trucate lines in ERT resultsGravatar Tom Willemse2015-04-081-0/+1
|
* Use flycheck-caskGravatar Tom Willemse2015-04-081-0/+1
|
* Update mail widget after gnus exitGravatar Tom Willemse2015-04-081-1/+2
|
* Update awesome mail widgetGravatar Tom Willemse2015-04-081-5/+1
|
* Add electric indent mode to js2-modeGravatar Tom Willemse2015-03-241-2/+2
|
* Add feed that checks oldest bookmarksGravatar Tom Willemse2015-01-201-0/+8
| | | | Only the bookmarks tagged lookat.
* Use built-in electric-pair-local-modeGravatar Tom Willemse2015-01-201-5/+5
| | | | I wrote a patch to include it in Emacs itself.
* Add elnode handler to get current conkeror URLGravatar Tom Willemse2015-01-201-0/+7
| | | | | | By running this in elnode, one can then point their browser to the chosen port and server and they'll get 302-redirected to whichever URL conkeror is showing at that moment.
* Bring back the SVG modelineGravatar Tom Willemse2015-01-201-7/+6
|
* Reset mode-line-format in the *scratch* bufferGravatar Tom Willemse2015-01-201-0/+1
| | | | | | The first time `evil-mode' is run it sets the `mode-line-format' buffer-local variable. This overrides the default value set later when the theme and SVG modeline are loaded.
* Enable projectile global modeGravatar Tom Willemse2015-01-201-0/+1
|
* Enable hl-indent-mode for any prog-modeGravatar Tom Willemse2015-01-071-1/+1
|
* Update the awesome modeline after closing a groupGravatar Tom Willemse2015-01-071-0/+20
|