aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Group additions to `auto-mode-alist'Gravatar Tom Willemse2018-06-131-4/+2
|
* Don't raise an error if custom.el doesn't existGravatar Tom Willemse2018-06-131-1/+1
|
* Highlight the current line in the package listGravatar Tom Willemse2018-06-101-0/+2
|
* Move jabber config to separate fileGravatar Tom Willemsen2018-06-071-49/+1
|
* Use actual compilation directory instead of PWDGravatar Tom Willemse2018-06-071-8/+11
|
* Move flycheck settings to separate fileGravatar Tom Willemse2018-06-071-16/+0
|
* Move all lui settings to separate fileGravatar Tom Willemse2018-06-071-14/+0
|
* Move lui config to separate fileGravatar Tom Willemsen2018-06-061-7/+1
|
* Stop using SVG Modeline ThemesGravatar Tom Willemsen2018-06-061-9/+0
|
* Don't require everything to be set-up in .emacs.dGravatar Tom Willemsen2018-06-061-6/+6
| | | | | | | | | | | The first time (at least) when I compile I won't have anything available in ‘~/.emacs.d’, so load relative to the directory the compilation is happening in. On Windows it will likely always be the case that ‘~/.emacs.d’ is running behind the directory compilation is happening in, since it doesn’t support proper symbolic links, and will probably get a special ‘install’ target in the Makefile to copy all the compiled files over.
* Extract all lisp code from the org documentGravatar Tom Willemse2018-06-051-70/+407
|
* Move more from org-modeGravatar Tom Willemse2018-05-291-1/+3
|
* Start moving away from Org modeGravatar Tom Willemse2018-05-281-0/+151
|
* Convert Emacs config to literate org documentGravatar Tom Willemse2016-08-041-344/+0
|
* Add msmtprc modeGravatar Tom Willemse2016-08-021-0/+9
|
* Add basic Gnus configurationGravatar Tom Willemse2016-08-021-0/+35
|
* Add configuration for electric-indent-modeGravatar Tom Willemse2016-08-021-0/+19
|
* Fix some compiler warningsGravatar Tom Willemse2016-08-021-0/+1
|
* Use zerodark theme for EmacsGravatar Tom Willemse2016-08-021-5/+2
|
* Change bookmarks file locationGravatar Tom Willemse2016-07-261-0/+5
|
* Explicitly install flxGravatar Tom Willemse2016-07-261-0/+6
|
* Remove ido, replace with ivy and counselGravatar Tom Willemse2016-07-261-30/+16
|
* Enable ido-everywhereGravatar Tom Willemse2016-07-261-0/+3
|
* Add ido-flxGravatar Tom Willemse2016-07-261-0/+13
|
* Add ido-ubiquitousGravatar Tom Willemse2016-07-261-2/+8
|
* Add smexGravatar Tom Willemse2016-07-261-0/+10
|
* Enable idoGravatar Tom Willemse2016-07-261-0/+6
|
* Add electric-quote-local-mode to git-commit-modeGravatar Tom Willemse2016-07-251-0/+6
|
* Add scsh as a known interpreter for schemeGravatar Tom Willemse2016-07-251-0/+6
| | | | | | | This allows Emacs to enable “scheme-mode” automatically for files starting with something like: #!/usr/local/bin/scsh -s
* Replace ensure-package -> ensure-libraryGravatar Tom Willemse2016-07-251-2/+2
|
* Store customize settings in a separate fileGravatar Tom Willemse2016-07-251-0/+8
|
* Add major mode for .mbsyncrcGravatar Tom Willemse2016-07-251-0/+9
|
* Enable paredit-mode in ielmGravatar Tom Willemse2016-07-251-0/+4
|
* Enable paredit-mode in emacs-lisp-modeGravatar Tom Willemse2016-07-251-0/+4
|
* Add a themeGravatar Tom Willemse2016-07-251-0/+7
|
* Add some whitespace settingsGravatar Tom Willemse2016-07-251-0/+15
|
* Fix error about ertGravatar Tom Willemse2016-07-251-8/+9
|
* Improve ensure-package macroGravatar Tom Willemse2016-07-251-12/+28
| | | | | | | | | | | | | | | | | | | | - Rename to “ensure-library”, since I’m really trying to make sure a certain library is installed and calling something like the following is just silly: (ensure-package geiser-impl :package geiser) - Rename the “:from” keyword parameter to “:package” since it is ambiguous when a “:path” keyword parameter is added, which could also be considered to determine from where a library is loaded. - Add the “:path” keyword parameter, some libraries aren’t managed by package.el but by me. This parameter adds its value to the load path before attempting to check if it has been installed. - Instead of checking if the package is installed and can be located, just try requiring it. This is easier for libraries not managed by package.el, since they will technically not be installed.
* Add some packagesGravatar Tom Willemse2016-07-241-0/+61
|
* Set default tab-width to 4Gravatar Tom Willemse2016-07-171-1/+5
|
* Use smaller font for EmacsGravatar Tom Willemse2016-07-171-1/+1
|
* Store outline settings in directory instead of fileGravatar Tom Willemse2016-07-171-6/+0
|
* Tweak outline settingsGravatar Tom Willemse2016-07-171-4/+6
|
* Initial commitGravatar Tom Willemse2016-07-171-0/+111