diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 50fc033..c05a6e1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -12,6 +12,8 @@ (savehist-mode -1) (global-hl-line-mode) (column-number-mode) +(recentf-mode) +(save-place-mode) ;; basic key binds (global-set-key (kbd "C-`") 'other-window) @@ -296,13 +298,9 @@ smtpmail-smtp-service 465 smtpmail-stream-type 'ssl) -;; misc - -;; save files and your position in them -(save-place-mode) -(recentf-mode) +;; enable disabled commands (put 'dired-find-alternate-file 'disabled nil) (put 'downcase-region 'disabled nil) (put 'upcase-region 'disabled nil)