summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-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))