From a7e3305607a772c7a97ecf064a53dead8be115a3 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 12 Apr 2023 14:33:08 +0200 Subject: [PATCH] fix fic-mode --- conf-lisp/ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf-lisp/ui.el b/conf-lisp/ui.el index 3b07c6d..3fbfa9d 100644 --- a/conf-lisp/ui.el +++ b/conf-lisp/ui.el @@ -4,7 +4,7 @@ (use-package fic-mode :config - (add-something-to-mode-hooks '(c c++ cperl vala web emacs-lisp ruby python yaml) 'turn-on-fic-mode)) + (add-something-to-mode-hooks '(c c++ cperl vala web emacs-lisp ruby python yaml) 'fic-mode)) ;;; *** UNDO Tree Mode