diff --git a/init.el b/init.el index bd7e0bd..06c51d5 100644 --- a/init.el +++ b/init.el @@ -70,3 +70,17 @@ (setq gc-cons-threshold (* 2 1000 1000)) ;;; init.el ends here +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(custom-safe-themes + '("d41809cb620c823c37cbc55e99adb7d5a4bf5d7237b81bc8b6cfd64a4a2dd7ed" + default))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) diff --git a/lisp/interface.el b/lisp/interface.el index f39eb23..c193814 100644 --- a/lisp/interface.el +++ b/lisp/interface.el @@ -20,6 +20,10 @@ ;; Enable line numbers globally (global-display-line-numbers-mode 1) +;; Modeline +(use-package nano-modeline) +(add-hook 'prog-mode-hook #'nano-modeline-prog-mode) + ;; Add a nice border around Emacs (modify-all-frames-parameters '((right-divider-width . 15)