summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 11:14:21 +0000
committernoa@gaiwan.org2024-06-23 11:14:21 +0000
commit0cc32428ee2d3f376b34ce9b67c9b952c3167fa8 (patch)
treeae46c6ac4b600de96af312e73ecd9802cfca7fcb
parent41ce3ec6ee0933b62ba842d25bfd848cbec1defc (diff)
Remove keyfreq configuration
-rw-r--r--config.org10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.org b/config.org
index fd30bd3..9f7500f 100644
--- a/config.org
+++ b/config.org
@@ -1133,16 +1133,6 @@ Backups are pointless in long emacs sessions imo, but autosaves are useful.
   (add-hook 'mouse-leave-buffer-hook (lambda () (interactive) (save-some-buffers t)))
 #+end_src
 
-** Keyfreq
-Previously i had keyfreq enabled, because i think it's a nice feature to be able to see what commands i'm using most frequently.  But i ran into an issue where it would permanently hang my emacs trying to save, so i've disabled it.
-
-#+begin_src elisp :tangle no
-(use-package keyfreq :ensure t)
-(setopt keyfreq-mode t)
-(setopt keyfreq-autosave-mode t)
-(setopt keyfreq-excluded-regexp (rx (or "pixel-scroll-precision")))
-#+end_src
-
 C-l goes in order
 #+begin_src elisp
 (setopt recenter-positions '(top middle bottom))