Emacs: Allow org-shift… to do it's thing.
This commit is contained in:
parent
ff42df555e
commit
a39e9317ca
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user