Merge branch 'master' of gitlab.com:chriscochrun/dotemacs

This commit is contained in:
Chris Cochrun 2021-09-08 09:25:37 -05:00
commit 689c811bba
2 changed files with 55 additions and 59 deletions

View file

@ -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

View file

@ -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