Browse Source

Add comment

master
10sr 5 years ago
parent
commit
9a8351f1a9
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el View File

@@ -731,6 +731,10 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling

;; Cannot goto directory from fzf
;; (when (autoload-eval-lazily 'fzf)
;; (define-key ctl-x-map (kbd "C-f") 'fzf))

(when (safe-require-or-eval 'recently)
(recently-mode 1))



Loading…
Cancel
Save