Merge branch 'master' of gitlab.com:chriscochrun/dotemacs
This commit is contained in:
commit
689c811bba
|
@ -1209,9 +1209,7 @@ Part of this config includes some special capture templates for my work as a you
|
|||
"RET" 'chris/org-dwim-at-point
|
||||
"gC" 'chris/org-columns-view
|
||||
"ge" 'org-edit-src-code
|
||||
"t" 'org-todo
|
||||
"C-i" 'completion-at-point
|
||||
"TAB" 'org-cycle)
|
||||
"t" 'org-todo)
|
||||
('insert org-mode-map
|
||||
"C-i" 'completion-at-point)
|
||||
('normal 'org-src-mode-map
|
||||
|
|
8
init.el
8
init.el
|
@ -67,7 +67,7 @@
|
|||
;; ...especially on linux
|
||||
(setq x-gtk-use-system-tooltips nil)
|
||||
|
||||
;; Favor vertical splits over horizontal ones. Screens are usually wide.
|
||||
;; Favor vertical splits over horizontal ones. Screens are usually wide.
|
||||
(setq split-width-threshold 160
|
||||
split-height-threshold nil)
|
||||
|
||||
|
@ -101,7 +101,7 @@
|
|||
(straight-use-package 'use-package)
|
||||
(setq use-package-verbose t)
|
||||
|
||||
(use-package command-log-mode
|
||||
(use-package command-log-mode
|
||||
:commands command-log-mode)
|
||||
|
||||
(use-package all-the-icons)
|
||||
|
@ -811,9 +811,7 @@ vertically."
|
|||
"RET" 'chris/org-dwim-at-point
|
||||
"gC" 'chris/org-columns-view
|
||||
"ge" 'org-edit-src-code
|
||||
"t" 'org-todo
|
||||
"C-i" 'completion-at-point
|
||||
"TAB" 'org-cycle)
|
||||
"t" 'org-todo)
|
||||
('insert org-mode-map
|
||||
"C-i" 'completion-at-point)
|
||||
('normal 'org-src-mode-map
|
||||
|
|
Loading…
Reference in a new issue