diff --git a/init.org b/init.org index f0cd473..01d7b30 100644 --- a/init.org +++ b/init.org @@ -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