summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
* Add popwinGravatar Tom Willemse2014-06-021-1/+4
|
* Add hl-sexp to lisp-like modesGravatar Tom Willemse2014-06-021-5/+10
|
* Make deleting articles in gnus easierGravatar Tom Willemse2014-06-021-1/+8
|
* Move indent-shift code to separate packageGravatar Tom Willemse2014-06-011-45/+2
|
* Remove `global-discover-mode'Gravatar Tom Willemse2014-05-251-1/+0
|
* Enable electric-pair-mode for java-modeGravatar Tom Willemse2014-05-111-0/+1
|
* Move elnode setting to init.orgGravatar Tom Willemse2014-04-201-4/+0
|
* Move scrolling position setting to init.orgGravatar Tom Willemse2014-04-201-2/+0
|
* Move window splitting setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Move personal info to init.orgGravatar Tom Willemse2014-04-201-3/+1
|
* Move dialog box setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Remove redisplay-dont-pause, it seems default nowGravatar Tom Willemse2014-04-201-1/+0
|
* Move maximum log size setting to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* Move frame title configuration to init.orgGravatar Tom Willemse2014-04-201-1/+0
|
* 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.