Enable keyfreq

This commit is contained in:
contrapunctus 2022-01-19 01:17:59 +05:30
parent 61668fbe8b
commit 065a89234a
1 changed files with 3 additions and 2 deletions

View File

@ -275,10 +275,12 @@ NAME is the name of the process and its buffer."
** keyfreq :disabled:
#+BEGIN_SRC emacs-lisp
(use-package keyfreq
:disabled
:init
(keyfreq-mode 1)
(keyfreq-autosave-mode 1))
#+END_SRC
#+BEGIN_SRC emacs-lisp
;; ;; disabled on 2017-08-18T19:39:21+0530, no longer interested
;; (open-dribble-file (concat "~/.emacs.d/keylogs/"
;; (format-time-string "%Y%m%d-%H%M%S")
@ -301,7 +303,6 @@ NAME is the name of the process and its buffer."
;; (add-hook
;; 'input-method-deactivate-hook
;; (lambda () (open-dribble-file nil)))
#+END_SRC
* User interface