diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 13c298f..dca15ee 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-10-04T23:43:22+0200> +;; Time-stamp: <2020-10-05T17:59:41+0200> ;;; Commentary: @@ -108,8 +108,7 @@ :straight nil ; Use built-in version. :defines (org-default-notes-file) :commands (org-mode) - :custom ((org-support-shift-select t) ; Make shift behave normally on text. - (org-default-notes-file "~/notes.org") + :custom ((org-default-notes-file "~/notes.org") (org-startup-folded nil) (org-latex-compiler "xelatex")) :config (progn (set-face-attribute 'org-level-1 nil :height 1.4)