dracula as default theme (again)

This commit is contained in:
Andrea Ciceri 2024-05-12 00:59:29 +02:00
parent 113f4faa4f
commit 2df8189c91
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

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