summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Pseudotile some windowsGravatar Tom Willemse2015-07-051-0/+2
|
* Update frame & window looksGravatar Tom Willemse2015-07-051-7/+8
|
* Change the default layout for framesGravatar Tom Willemse2015-07-051-0/+5
|
* Change wallpaperGravatar Tom Willemse2015-07-052-1/+1
|
* Look for a literal ., not any characterGravatar Tom Willemse2015-07-051-1/+1
|
* Add hrunorraise script for herbstluftwmGravatar Tom Willemse2015-07-051-0/+17
|
* Add flycheck section to init.orgGravatar Tom Willemse2015-06-302-37/+85
|
* Add the pony settings to init.orgGravatar Tom Willemse2015-06-291-0/+25
| | | | Oops
* Don't align chained calls in RubyGravatar Tom Willemse2015-06-291-8/+0
| | | | | RuboCop complains about it and now that I see it it does look pretty good.
* Move pony settings to init.orgGravatar Tom Willemse2015-06-291-6/+0
|
* Fix warning about `in-string-p'Gravatar Tom Willemse2015-06-291-2/+2
|
* Move po-mode settings to init.orgGravatar Tom Willemse2015-06-292-2/+15
|
* Add some more TODO colorsGravatar Tom Willemse2015-06-251-1/+3
|
* Add some podcastsGravatar Tom Willemse2015-06-251-0/+18
|
* Use en_US for git commitsGravatar Tom Willemse2015-06-211-1/+1
| | | | hunspell doesn't know about an "en" dictionary.
* Update requires to remove warnignsGravatar Tom Willemse2015-06-211-6/+7
|
* Remove dependency on taigaGravatar Tom Willemse2015-06-211-9/+0
|
* Remove dependency on desktop-registryGravatar Tom Willemse2015-06-211-12/+2
|
* Update htmlize CSS setting nameGravatar Tom Willemse2015-06-211-1/+1
|
* Remove org-mobileGravatar Tom Willemse2015-06-211-3/+0
|
* Add/update some colors in org-modeGravatar Tom Willemse2015-06-211-3/+5
|
* Use hunspell for spell-checking when availableGravatar Tom Willemse2015-06-211-0/+5
|
* Add mg settingsGravatar Tom Willemse2015-06-173-0/+34
|
* Add MPD service fileGravatar Tom Willemse2015-06-171-0/+24
|
* Remove gimp scriptGravatar Tom Willemse2015-06-171-46/+0
| | | | It has been moved to a separate project
* Move hl-indent settings to init.orgGravatar Tom Willemse2015-06-172-2/+32
|
* Add zsh function to go to a project's root dirGravatar Tom Willemse2015-06-171-0/+13
|
* Set cdpathGravatar Tom Willemse2015-06-171-0/+2
|
* Add hc alias for herbstclientGravatar Tom Willemse2015-06-171-0/+1
|
* Use herbstluftwm and mowedlineGravatar Tom Willemse2015-06-171-1/+4
|
* Use the new mail update script for mowedlineGravatar Tom Willemse2015-06-171-5/+5
|
* Update mowedline contentsGravatar Tom Willemse2015-06-171-20/+20
|
* Update visualsGravatar Tom Willemse2015-06-171-3/+3
|
* Remove commented functionsGravatar Tom Willemse2015-06-171-36/+0
|
* Remove panel-configGravatar Tom Willemse2015-06-171-8/+0
|
* Set-up monitorsGravatar Tom Willemse2015-06-171-4/+15
|
* Update wm rulesGravatar Tom Willemse2015-06-171-5/+7
| | | | | | | | | | | - Always focus new windows. - Put URxvt windows on tag 1 in frame 1 and switch to the tag if necessary. - Put Emacs windows on tag 1 in frame 0. - Put Conkeror winndows on tag 2 in frame 0. - Turn on pseudotile for Pinentry windows. - Don't focus Firefox windows. - Do focus firefox-developer windows.
* Update visual settingsGravatar Tom Willemse2015-06-171-5/+9
|
* Update keybindingsGravatar Tom Willemse2015-06-171-19/+19
|
* Add screen locker keybindingGravatar Tom Willemse2015-06-171-0/+1
|
* Add run-or-raise functionsGravatar Tom Willemse2015-06-171-0/+4
|
* Use URxvt as terminal emulatorGravatar Tom Willemse2015-06-171-1/+1
|
* Set wallpaper with fehGravatar Tom Willemse2015-06-171-2/+1
|
* Truncate the path portion of org tasksGravatar Tom Willemse2015-06-171-2/+5
|
* Show ERC status in modelineGravatar Tom Willemse2015-06-171-1/+8
|
* Stop using colemak-evilGravatar Tom Willemse2015-06-173-2/+223
| | | | | | | | To become more familiar with the physical placement of evil's keybindings I've written a new layout. This is basically the same as the default except that it's mapped out over a colemak layout and hjkl has become jkl; and ; has become h. I did this because I feel jkl; is more comfortable.
* Add keybinging for org-store-linkGravatar Tom Willemse2015-06-171-2/+3
|
* Add mail update routines for mowedlineGravatar Tom Willemse2015-06-171-2/+6
|
* Move magit settings to init.orgGravatar Tom Willemse2015-06-172-6/+63
|
* Don't use emacs-lisp-mode as the initial modeGravatar Tom Willemse2015-06-171-1/+0
| | | | | | | | | Using `emacs-lisp-mode' as the initial major-mode also runs `flycheck'. Flycheck will constantly show warnings because "*scratch*" doesn't contain the proper header or footer. The default initial major-mode is `lisp-interaction-mode', which is basically the same as `emacs-lisp-mode', with some extra (annoying) keybindings which get overwritten by `paredit' anyway. Now I don't see any warnings.