X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/38ddb67eafcfa071009b34155326c1366d68c6a5..c4b18360a1a1f0f26ba6aca71eeb118ed60fd49e:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 660a7ee..ae0889d 100644 --- a/dot/emacs +++ b/dot/emacs @@ -191,6 +191,7 @@ (setq enable-local-variables :safe enable-local-eval nil) (setq dabbrev-case-replace nil) ;Retain case when completing +(setq linum-format "%7d ") (setq next-line-add-newlines nil) ;Don't add weird newlines (setq split-height-threshold 45) ;Reuse windows where sensible (setq display-buffer-reuse-frames nil ;Don't confuse me by showing buffers @@ -445,6 +446,10 @@ #'(lambda () (mdw-clobber-evil-keymap org-mode-map))) (add-hook 'org-agenda-mode-hook #'(lambda () (mdw-clobber-evil-keymap org-agenda-mode-map))) +(or mdw-fast-startup + (progn + (org-remember-insinuate) + (global-set-key [?\C-c ?r] 'org-remember))) ;; Recognising types of files.