aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set environment variables in .profile, not .zshrcGravatar Tom Willemse2016-07-252-5/+5
| | | | | More programs read .profile than .zshrc, so settings set in it are available in more programs.
* 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.
* Update herbstluftwm configGravatar Tom Willemse2016-07-241-61/+78
|
* Add some packagesGravatar Tom Willemse2016-07-241-0/+61
|
* Set a random wallpaper at startupGravatar Tom Willemse2016-07-171-1/+4
|
* Fix syntax errorGravatar Tom Willemse2016-07-171-1/+1
|
* Add note about reload hookGravatar Tom Willemse2016-07-171-0/+4
|
* Add some helper functionsGravatar Tom Willemse2016-07-171-8/+26
|
* Add git configurationGravatar Tom Willemse2016-07-171-0/+3
|
* Set default tab-width to 4Gravatar Tom Willemse2016-07-171-1/+5
|
* Don't try to start a panelGravatar Tom Willemse2016-07-171-8/+0
|
* Use Mod4 to manage windowsGravatar Tom Willemse2016-07-171-4/+5
|
* Use smaller font for EmacsGravatar Tom Willemse2016-07-171-1/+1
|
* Store outline settings in directory instead of fileGravatar Tom Willemse2016-07-173-12/+16
|
* Use zsh for herbstluftwm configurationGravatar Tom Willemse2016-07-171-1/+1
|
* Add Emacs gitignoreGravatar Tom Willemse2016-07-171-0/+1
|
* Add herbstluftwm configurationGravatar Tom Willemse2016-07-171-0/+168
|
* Add zsh configurationGravatar Tom Willemse2016-07-171-0/+11
|
* Tweak outline settingsGravatar Tom Willemse2016-07-171-4/+6
|
* Pass all parameters to stowGravatar Tom Willemse2016-07-171-1/+1
|
* Initial commitGravatar Tom Willemse2016-07-172-0/+116