summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
* Move frame configuration to init.orgGravatar Tom Willemse2014-04-201-7/+0
|
* Move loading custom file to init.orgGravatar Tom Willemse2014-04-201-5/+0
|
* Move line truncation setting to init.orgGravatar Tom Willemse2014-04-201-2/+0
|
* Move tab width setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Move tabs setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Move cursor type setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Move inactive cursor setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Move bidi setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Don't use libration mono for unicode fonts anymoreGravatar Tom Willemse2014-04-201-6/+0
| | | | I want to see how well Fantasque Sans Mono does on its own.
* Move gnus-init setting to init.orgGravatar Tom Willemse2014-04-201-2/+0
|
* Move load-path init to init.orgGravatar Tom Willemse2014-04-201-21/+0
|
* Move hippie-expand setting to init.orgGravatar Tom Willemse2014-04-191-4/+0
|
* Move yes-or-no-p setting to init.orgGravatar Tom Willemse2014-04-191-1/+0
|
* Replace bs-show with ibuffer (again)Gravatar Tom Willemse2014-04-191-1/+1
|
* Stop using transient navigation modeGravatar Tom Willemse2014-04-161-1/+0
|
* Add keybinding to insert euro signGravatar Tom Willemse2014-04-161-0/+1
|
* Enable outline mode in texinfo modeGravatar Tom Willemse2014-04-161-1/+4
|
* Use global yasnippet instead of local minor modesGravatar Tom Willemse2014-04-161-7/+7
|
* Don't keep dispass at a certain versionGravatar Tom Willemse2014-04-161-4/+0
|
* Fix using jediGravatar Tom Willemse2014-04-161-1/+3
|
* Don't use filename at point for idoGravatar Tom Willemse2014-04-161-2/+1
|
* Enable checking of git commit messagesGravatar Tom Willemse2014-04-161-2/+3
|
* Open tmpl files as htmlGravatar Tom Willemse2014-04-161-1/+1
|
* Truncate eshell bufferGravatar Tom Willemse2014-04-161-1/+2
|
* Manually set ac-sourcesGravatar Tom Willemse2014-04-161-10/+7
|
* Fix indentGravatar Tom Willemse2014-04-161-1/+1
|
* Don't show exit status in eshell promptGravatar Tom Willemse2014-04-161-4/+3
| | | | | Also add a newline at the end of any output if the program doesn't add it already.
* Don't change buffer name in eshellGravatar Tom Willemse2014-04-161-17/+0
| | | | | The current dir is (again) shown in the prompt, no need to show it as the buffer name as well.
* Get rid of newline-and-indentGravatar Tom Willemse2014-04-161-43/+5
| | | | The electric layout mode takes care of this.
* Add some python editing functions, with testsGravatar Tom Willemse2014-04-151-0/+160
|
* Add ac-geiserGravatar Tom Willemse2014-04-151-0/+4
|
* Bring back init.org!Gravatar Tom Willemse2014-04-151-57/+2
|
* Fix usage on laptopGravatar Tom Willemse2014-03-121-25/+17
|
* Change method for showing buffers in idoGravatar Tom Willemse2014-03-101-1/+1
| | | | | | This change doesn't actually change any functionality, but it might in the future when I start adding `pop-to-buffer' support to ido. Or if someone else does, but it should be done.
* Remove useless old display specificationGravatar Tom Willemse2014-03-101-3/+0
|
* Update fci settingsGravatar Tom Willemse2014-03-101-3/+3
| | | | | The column property has changed from being buffer-local by default to being a normal property.
* Programmatically generate colors for todo and tagsGravatar Tom Willemse2014-02-241-4/+0
|
* Fix working with slime at compile timeGravatar Tom Willemse2014-02-241-1/+1
|
* Fix setting theme for non-daemon EmacsGravatar Tom Willemse2014-02-241-2/+2
|
* Add oni:electric-pair-local-modeGravatar Tom Willemse2014-02-241-3/+20
| | | | Copied/adapted from `electric-indent-local-mode' from `electric.el'.
* Remove smartparensGravatar Tom Willemse2014-02-241-23/+5
|
* Update slime loadingGravatar Tom Willemse2014-02-231-2/+9
| | | | Instead of loading slime through quicklisp, load it from local-projects
* Add keybindings for new fiplr functionsGravatar Tom Willemse2014-02-231-0/+2
|
* Add prodigy configGravatar Tom Willemse2014-02-231-0/+8
|
* Try to use the name at point as filenameGravatar Tom Willemse2014-02-231-1/+2
|
* Add some more ignored files/directories to fiplrGravatar Tom Willemse2014-02-231-1/+6
|
* Add avandu settingsGravatar Tom Willemse2014-02-231-0/+5
|
* Simplify theme loadingGravatar Tom Willemse2014-02-231-8/+2
| | | | | | Since I don't use the color function in yoshi-theme anymore it's not necessary to wait a jiffy before applying a theme in order to have the right colors.
* Reset default-directory to HOME for jabberGravatar Tom Willemse2014-02-231-1/+6
|
* Remove package settings, cask takes overGravatar Tom Willemse2014-02-021-6/+0
|