diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 602f440..6ecb84c 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-03-27T18:05:06+0100> +;; Time-stamp: <2020-04-16T14:52:38+0200> ;;; Commentary: @@ -102,8 +102,9 @@ ;; Document editing, formatting, and organizing mode. (use-package org :commands (org-mode) - :custom (org-support-shift-select t) ; Make shift behave normally on text. - :bind (:map org-mode-map ; Remove some annoying keybindings. + :custom ((org-support-shift-select t) ; Make shift behave normally on text. + (org-default-notes-file "~/notes.org")) + :bind ((:map org-mode-map ; Remove some annoying keybindings. ("M-" . nil) ("M-" . nil) ("M-" . nil) @@ -111,7 +112,13 @@ ("M-S-" . nil) ("M-S-" . nil) ("M-S-" . nil) - ("M-S-" . nil))) + ("M-S-" . nil) + ("S-" . nil) + ("S-" . nil) + ("S-" . nil) + ("S-" . nil)) + ("C-c o" . (lambda () (interactive) + (find-file org-default-notes-file))))) (use-package sendmail :mode ("/.claws-mail/tmp/tmpmsg\\." . mail-mode) ; claws-mail messages.