summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
Commit message (Collapse)AuthorAgeFilesLines
* Move theme configuration to separate fileMartin Polden2020-04-251-11/+0
|
* Simplify whitespace highlightingMartin Polden2020-04-161-9/+2
|
* Enable global-whitespace-modeMartin Polden2020-04-161-2/+4
|
* Remove obsolete workaroundMartin Polden2020-02-011-10/+1
| | | | whitespace-mode always respects fill-column now.
* Revert "Improve org-mode fontification with doom-theme"Martin Polden2020-01-211-3/+0
| | | | This reverts commit 7a4c8f86053a92756d89166e54810c012f422cd4.
* Improve org-mode fontification with doom-themeMartin Polden2020-01-211-0/+3
|
* Revert "Change theme to sanityinc-tomorrow-night"Martin Polden2019-06-071-2/+2
| | | | This reverts commit 78ef44d7cb880a9e1432ab89f103b4c77d163f49.
* Change theme to sanityinc-tomorrow-nightMartin Polden2019-05-121-2/+2
|
* Change theme to doom-oneMartin Polden2019-03-061-1/+1
| | | | This reverts commit d69fcb003720d7a419514a9f7d2de0d844d53d5a.
* Revert "Change theme to doom-one"Martin Polden2018-06-211-1/+1
| | | | This reverts commit 546e17448686dbaefc93e2aca74719881b7abba9.
* Change theme to doom-oneMartin Polden2018-06-211-1/+1
|
* Make title bar use same style as themeMartin Polden2018-05-301-2/+3
|
* Use dark title bar on macMartin Polden2018-05-301-1/+5
|
* Use doom-dracula themeMartin Polden2018-03-151-1/+1
|
* Use doom-one themeMartin Polden2017-06-301-1/+1
|
* Use doom-vibrant themeMartin Polden2017-05-271-2/+2
|
* Use sanityinc-tomorrow-night themeMartin Polden2016-06-251-1/+1
|
* Use sanityinc-tomorrow-bright themeMartin Polden2016-05-221-6/+4
|
* Change themeMartin Polden2016-04-141-3/+6
|
* Use use-package to load parenMartin Polden2016-02-271-1/+4
|
* Use use-package to load hl-lineMartin Polden2016-02-271-1/+4
|
* Use :ifMartin Polden2016-02-261-3/+3
|
* Disable :ensure for all bundled packagesMartin Polden2016-02-261-0/+2
|
* Use use-packageMartin Polden2016-02-251-21/+16
|
* Disable which-function-modeMartin Polden2016-01-231-3/+0
|
* Do not show auto-revert-mode in modelineMartin Polden2016-01-221-0/+1
|
* Switch to material-themeMartin Polden2016-01-181-2/+2
|
* Make config work with new MagitMartin Polden2015-07-021-1/+0
|
* Enable mode explicitlyMartin Polden2015-04-181-1/+1
|
* Make whitespace-mode use fill-columnMartin Polden2015-04-061-2/+7
|
* Hide subword-mode in mode lineMartin Polden2014-10-221-0/+1
|
* Replace find-file-in-repository with projectileMartin Polden2014-08-161-0/+1
|
* Revert "Display date and time in mode-line"Martin Polden2014-08-091-5/+0
| | | | | | | This reverts commit fbff6b4f1292ee2606fb6469a04a73eee8eb0619. Conflicts: lisp/init-appearance.el
* Unclutter modelineMartin Polden2014-07-181-0/+7
|
* Do not show line numbersMartin Polden2014-06-291-5/+0
| | | | M-g M-g and line numbers in mode-line should suffice.
* which-function-mode is a global modeMartin Polden2014-06-261-1/+1
|
* Show current function in mode-lineMartin Polden2014-06-251-0/+3
|
* Limit certain modes to prog-modeMartin Polden2014-06-181-3/+3
|
* Change theme to tomorrow-nightMartin Polden2014-06-171-5/+2
|
* Change line number formattingMartin Polden2014-06-171-1/+1
|
* Be explicit when enabling modesMartin Polden2014-06-151-2/+2
|
* Don't highlight hard tabsMartin Polden2014-06-151-3/+3
| | | | The default style for tabs has no effect without tab-mark being set.
* Do not use dialogs to ask questionsMartin Polden2014-06-031-0/+3
|
* Misc cleanupMartin Polden2014-05-171-1/+1
|
* Activate hl-line-mode before loading themeMartin Polden2014-05-171-3/+3
|
* Forgot progn for multiple sexpsMartin Polden2014-05-141-5/+5
|
* Only set fancy theme when using a GUIMartin Polden2014-05-141-5/+7
|
* Make appearance config work in terminalMartin Polden2014-04-191-3/+5
|
* Display date and time in mode-lineMartin Polden2014-04-091-0/+5
|
* Do not hide menubar on OS XMartin Polden2014-03-211-2/+3
| | | | | Menubar is always visible on OS X so hiding the menubar doesn't save any vertical space.