diff options
Diffstat (limited to 'Doom/.config/doom/org')
-rw-r--r-- | Doom/.config/doom/org/config.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doom/.config/doom/org/config.org b/Doom/.config/doom/org/config.org index e0bf129..93b20cb 100644 --- a/Doom/.config/doom/org/config.org +++ b/Doom/.config/doom/org/config.org @@ -44,6 +44,10 @@ Some quality of life things and others that I couldn't really put in one categor #+END_SRC * Package Configuration Configuration for or based heavily around specific packages that I find very important +** Modeline and startup +#+BEGIN_SRC elisp +(setq-default mode-line-format (list "%l:%c \t %P \t %+%b(" '(:eval (format "%s" major-mode)) ") \t %I \t" vc-mode mode-line-end-spaces)) +#+END_SRC ** Ido Just add vimish keybindings to ido completion #+BEGIN_SRC elisp |