diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-12 19:17:13 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-12 19:17:13 +0200 |
commit | e8fa675c649f70e95e43a668ad2fac2bc69757c1 (patch) | |
tree | 97fe2d9d986865846400401a7a36c5e20b176ed2 /suweren | |
parent | 82ce70bf2478658a8d943cc1c7ef4f4a32329ea1 (diff) |
fix Emacs initialization code
Diffstat (limited to 'suweren')
-rw-r--r-- | suweren/home/emacs-configuration.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/suweren/home/emacs-configuration.el b/suweren/home/emacs-configuration.el index e4a1d70..d810d72 100644 --- a/suweren/home/emacs-configuration.el +++ b/suweren/home/emacs-configuration.el @@ -92,7 +92,6 @@ ;; (add-hook 'gnus-group-mode-hook 'gnus-topic-mode) ;; ORG-FC Configuration -(require 'org-fc-hydra) (setq-default org-fc-algorithm 'tn org-fc-shuffle-positions t |