aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Store outline settings in directory instead of fileGravatar Tom Willemse2016-07-171-6/+0
|
* Add Emacs gitignoreGravatar Tom Willemse2016-07-171-0/+1
|
* Tweak outline settingsGravatar Tom Willemse2016-07-171-4/+6
|
* Initial commitGravatar Tom Willemse2016-07-171-0/+111