Emacs: Lazy-load org-mode and mediawiki-mode.
This commit is contained in:
parent
b1aa40297d
commit
57425066cc
|
@ -1,6 +1,6 @@
|
||||||
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
|
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Time-stamp: <2020-02-06T19:49:14+0100>
|
;; Time-stamp: <2020-02-18T16:37:25+0100>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -49,7 +49,9 @@
|
||||||
(yaml-mode . my/truncate-lines)
|
(yaml-mode . my/truncate-lines)
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package mediawiki)
|
(use-package mediawiki
|
||||||
|
:commands (mediawiki-mode)
|
||||||
|
)
|
||||||
|
|
||||||
(use-package csv-mode
|
(use-package csv-mode
|
||||||
:mode
|
:mode
|
||||||
|
@ -129,6 +131,8 @@
|
||||||
|
|
||||||
;; Document editing, formatting, and organizing mode.
|
;; Document editing, formatting, and organizing mode.
|
||||||
(use-package org
|
(use-package org
|
||||||
|
:commands (org-mode)
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(org-support-shift-select t) ; Make shift behave normally on text.
|
(org-support-shift-select t) ; Make shift behave normally on text.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user