doomemacs/core
Henrik Lissner dfa6c468c3
Change doom-line-number-pad-char default to space
There are some subtle issues with using the unicode, which depends
largely on the font you use. It is also slightly faster to use a space.
If you use whitespace-mode's space-mark feature, then change this to
?\u2002.

Addresses #109
2017-07-05 12:26:11 +02:00
..
autoload New macro: with-popup-rules! 2017-07-05 02:59:17 +02:00
test Silence set! test 2017-06-28 15:29:39 +02:00
core-editor.el Disable persistent-undo; causes undo corruption 2017-06-24 02:25:15 +02:00
core-keybinds.el fix :text-obj map macro 2017-06-23 09:27:03 +05:30
core-lib.el Don't return anything from set! on failure 2017-06-24 17:23:11 +02:00
core-os.el
core-packages.el Rewrite docstrings for package functions/macros 2017-07-02 16:47:27 +02:00
core-popups.el Change how themes, fonts & modelines are loaded 2017-06-28 16:18:24 +02:00
core-projects.el
core-ui.el Change doom-line-number-pad-char default to space 2017-07-05 12:26:11 +02:00
core.el Refactor core.el 2017-06-28 12:26:50 +02:00
packages.el