From a39e9317cabb7ce22caf477961fb15cae9dbbd4b Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 5 Oct 2020 18:00:37 +0200 Subject: [PATCH] =?UTF-8?q?Emacs:=20Allow=20org-shift=E2=80=A6=20to=20do?= =?UTF-8?q?=20it's=20thing.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.d/text/misc.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)