Added vim conf

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-06-15 10:52:17 +02:00
parent 6ee5f0956d
commit cdc0c84a27
5 changed files with 39 additions and 11 deletions

View File

@ -478,6 +478,16 @@
;;; --- Look & Feel ---
;; Org-bullets
(use-package org-bullets
:ensure t
:config
:after org
:hook (org-mode . org-bullets-mode)
:custom
(org-bullets-bullet-list '("" "" "" "" "" "" "")))
;; Helm
(use-package helm
:ensure t