From c7033e533a4cf2331dd81ff00ccc807397c0dfc5 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 24 Oct 2023 19:12:40 +0200 Subject: [emacs] drop a bunch of packages in favour of fido-vertical-mode --- emacs/inits/01-basic.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacs/inits/01-basic.el') diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index f1511a3..7e07e1d 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2023-08-07 09h15 CEST (anker)> +;; Time-stamp: <2023-10-24 19h06 CEST (anker)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -131,6 +131,11 @@ (require 'saveplace) (save-place-mode) +(use-package ctrlf + :ensure t + :config + (ctrlf-mode 1)) + ;; ----------------------------------------------------------------------------- ;; Scratch buffer -- cgit v1.2.3