mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Enable org-mode
This commit is contained in:
@@ -332,7 +332,6 @@ in
|
|||||||
magit
|
magit
|
||||||
markdown-mode
|
markdown-mode
|
||||||
markdown-toc
|
markdown-toc
|
||||||
org-bullets
|
|
||||||
org-superstar
|
org-superstar
|
||||||
ox-pandoc
|
ox-pandoc
|
||||||
ripgrep
|
ripgrep
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
(setq create-lockfiles nil)
|
(setq create-lockfiles nil)
|
||||||
|
|
||||||
;; Enable Evil
|
;; Enable Evil
|
||||||
|
(setq evil-want-C-i-jump nil)
|
||||||
(require 'evil)
|
(require 'evil)
|
||||||
(evil-mode 1)
|
(evil-mode 1)
|
||||||
|
|
||||||
@@ -59,7 +60,6 @@
|
|||||||
|
|
||||||
;; Disable some GUI distractions.
|
;; Disable some GUI distractions.
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(menu-bar-mode -1)
|
|
||||||
(blink-cursor-mode 0)
|
(blink-cursor-mode 0)
|
||||||
|
|
||||||
;; Enable highlighting of current line.
|
;; Enable highlighting of current line.
|
||||||
@@ -87,3 +87,9 @@
|
|||||||
|
|
||||||
;; An easier way to toggle comments
|
;; An easier way to toggle comments
|
||||||
(evil-commentary-mode)
|
(evil-commentary-mode)
|
||||||
|
|
||||||
|
;; Enable transient mark mode
|
||||||
|
(transient-mark-mode 1)
|
||||||
|
|
||||||
|
;;;;Org mode configuration
|
||||||
|
(require 'org)
|
||||||
|
Reference in New Issue
Block a user