aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* Add jabber.el configGravatar Tom Willemse2016-09-074-2/+177
|
* Rename circe-aligned-nicks -> sermonGravatar Tom Willemse2016-08-281-4/+4
|
* Disable lui-fill-type to use visual-line-modeGravatar Tom Willemse2016-08-281-0/+6
|
* Add diff-hl-modeGravatar Tom Willemse2016-08-281-0/+11
|
* Fix diminishing counselGravatar Tom Willemse2016-08-281-5/+5
|
* Make sermon usable with visual-line-modeGravatar Tom Willemse2016-08-281-35/+58
|
* Rename circe-aligned-nicks -> sermonGravatar Tom Willemse2016-08-272-203/+210
|
* Enable auto filling in Org-modeGravatar Tom Willemse2016-08-101-0/+6
|
* Diminish some minor modesGravatar Tom Willemse2016-08-101-0/+45
|
* Make deleting messages in Gnus easierGravatar Tom Willemse2016-08-101-0/+22
|
* Refine magit diffsGravatar Tom Willemse2016-08-061-0/+10
|
* Fix loading yoshi-themeGravatar Tom Willemse2016-08-061-0/+2
|
* Add flycheck configurationGravatar Tom Willemse2016-08-061-0/+51
|
* Truncate long linesGravatar Tom Willemse2016-08-061-0/+10
|
* Add org-mode configGravatar Tom Willemse2016-08-061-0/+11
|
* Fix undefined variable errorGravatar Tom Willemse2016-08-061-2/+2
|
* Change my themeGravatar Tom Willemse2016-08-061-4/+3
|
* Add Makefile for Emacs configGravatar Tom Willemse2016-08-051-0/+12
|
* Fix byte-compiler warningGravatar Tom Willemse2016-08-051-3/+4
|
* Fix undefined variable errorGravatar Tom Willemse2016-08-051-2/+2
|
* Add lui/Circe configurationGravatar Tom Willemse2016-08-052-0/+330
|
* Convert Emacs config to literate org documentGravatar Tom Willemse2016-08-043-344/+576
|
* Add msmtprc modeGravatar Tom Willemse2016-08-022-0/+59
|
* 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
|
* Update Emacs’ gitignoreGravatar Tom Willemse2016-07-261-1/+6
|
* 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-252-0/+59
|
* 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-252-0/+43
|
* Add some whitespace settingsGravatar Tom Willemse2016-07-252-0/+81
|
* 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
|