~decomposed startup module into personal config

This commit is contained in:
dx
2020-07-16 19:11:20 +01:00
parent 6bdf6db3b4
commit 4bbf47fc4e
4 changed files with 4 additions and 25 deletions

View File

@@ -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