dracula
as default theme (again)
This commit is contained in:
parent
113f4faa4f
commit
2df8189c91
1 changed files with 1 additions and 8 deletions
9
init.el
9
init.el
|
@ -68,7 +68,7 @@
|
|||
(defun ccr/reload-emacs ()
|
||||
(interactive)
|
||||
(load-file "~/.config/emacs/init.el"))
|
||||
(load-theme 'modus-operandi 't)
|
||||
(load-theme 'dracula 't)
|
||||
(defun ccr/nixos-rebuild ()
|
||||
(interactive)
|
||||
(let* ((operation (completing-read "nixos-rebuild " '("switch" "boot" "test" "dry-activate")))
|
||||
|
@ -87,13 +87,6 @@
|
|||
(tramp-use-ssh-controlmaster-options nil) ;; makes tramp use ~/.ssh/config
|
||||
)
|
||||
|
||||
;; (use-package dracula-theme
|
||||
;; :config
|
||||
;; (add-hook 'after-make-frame-functions (defun ccr/theme-init (_)
|
||||
;; (load-theme 'dracula 't)
|
||||
;; (meow--prepare-face)
|
||||
;; (remove-hook 'after-make-frame-functions 'ccr/theme-init))))
|
||||
|
||||
(use-package ligature
|
||||
:config
|
||||
(ligature-set-ligatures 't '("www"))
|
||||
|
|
Reference in a new issue