diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/izumi/home-files/emacs-configuration.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/izumi/home-files/emacs-configuration.el b/systems/izumi/home-files/emacs-configuration.el index c899a02..9fb4c97 100644 --- a/systems/izumi/home-files/emacs-configuration.el +++ b/systems/izumi/home-files/emacs-configuration.el @@ -3,7 +3,7 @@ ;;; https://github.com/fimblo/dot.emacs ;;; Theme Activation -(load-theme 'misterioso) +(load-theme 'manoj-dark) ;;; Disable Org Indent Mode (add-hook 'org-mode-hook (lambda () (org-indent-mode -1))) @@ -76,7 +76,7 @@ (require 'org-fc-hydra) (setq-default org-fc-algorithm 'tn - org-fc-shuffle-positions nil + org-fc-shuffle-positions t org-fc-directories '("~/Dokumenty/fiszki")) ;; Nix Mode |