@ -5,7 +5,7 @@
|
||||
;; If there is more than one, they won't work right.
|
||||
'(markdown-command "/usr/bin/pandoc")
|
||||
'(package-selected-packages
|
||||
'(python-black zenburn-theme yaml-mode use-package treemacs-projectile treemacs-persp treemacs-magit treemacs-icons-dired treemacs-evil switch-window smex robe prettier ox-reveal multiple-cursors move-text lsp-java htmlize helm flymake-yaml flymake-shellcheck flymake-shell flymake-ruby flycheck-haskell flycheck-bashate dracula-theme dockerfile-mode dired-sidebar company-tabnine company-jedi company-c-headers company-ansible auto-complete-clang apache-mode ansible-doc ansible)))
|
||||
'(org-bullets zenburn-theme yaml-mode use-package treemacs-projectile treemacs-persp treemacs-magit treemacs-icons-dired treemacs-evil switch-window smex robe python-black ox-reveal multiple-cursors move-text lsp-java htmlize helm flymake-shellcheck flymake-shell flymake-ruby flycheck-haskell flycheck-bashate dockerfile-mode dired-sidebar company-jedi company-ansible auto-complete-clang apache-mode ansible-doc ansible)))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
@ -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
|
||||
|
@ -1,13 +1,13 @@
|
||||
|
||||
;; ----- smex-history -----
|
||||
(
|
||||
find-file
|
||||
replace-string
|
||||
whitespace-mode
|
||||
package-refresh-contents
|
||||
read-only-mode
|
||||
overwrite-mode
|
||||
write-file
|
||||
python-black-on-save-mode
|
||||
python-black-buffer
|
||||
ispell
|
||||
)
|
||||
|
||||
;; ----- smex-data -----
|
||||
@ -50,7 +50,7 @@
|
||||
(customize-themes . 1)
|
||||
(ido-mode . 1)
|
||||
(lsp-describe-session . 1)
|
||||
(whitespace-mode . 6)
|
||||
(whitespace-mode . 10)
|
||||
(python-shell-switch-to-shell . 1)
|
||||
(run-python . 2)
|
||||
(display-fill-column-indicator-mode . 3)
|
||||
@ -61,8 +61,8 @@
|
||||
(python-black . 9)
|
||||
(python-black-on-save-mode . 2)
|
||||
(message-tab . 1)
|
||||
(find-file . 1)
|
||||
(replace-string . 3)
|
||||
(find-file . 2)
|
||||
(replace-string . 6)
|
||||
(ispell . 2)
|
||||
(python-black-buffer . 1)
|
||||
(write-file . 1)
|
||||
|
Reference in New Issue
Block a user