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; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -108,8 +108,7 @@
|
||||||
:straight nil ; Use built-in version.
|
:straight nil ; Use built-in version.
|
||||||
:defines (org-default-notes-file)
|
:defines (org-default-notes-file)
|
||||||
:commands (org-mode)
|
:commands (org-mode)
|
||||||
:custom ((org-support-shift-select t) ; Make shift behave normally on text.
|
:custom ((org-default-notes-file "~/notes.org")
|
||||||
(org-default-notes-file "~/notes.org")
|
|
||||||
(org-startup-folded nil)
|
(org-startup-folded nil)
|
||||||
(org-latex-compiler "xelatex"))
|
(org-latex-compiler "xelatex"))
|
||||||
:config (progn (set-face-attribute 'org-level-1 nil :height 1.4)
|
:config (progn (set-face-attribute 'org-level-1 nil :height 1.4)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user