mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-16 00:51:35 +09:00
Emacs : Org mode, tmux
This commit is contained in:
@ -791,7 +791,6 @@ https://emacs.stackexchange.com/a/30691
|
|||||||
#+end_src
|
#+end_src
|
||||||
* HI-TOOD
|
* HI-TOOD
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
||||||
(use-package hl-todo
|
(use-package hl-todo
|
||||||
:hook (prog-mode . hl-todo-mode)
|
:hook (prog-mode . hl-todo-mode)
|
||||||
:hook (yaml-mode . hl-todo-mode)
|
:hook (yaml-mode . hl-todo-mode)
|
||||||
@ -833,11 +832,7 @@ https://emacs.stackexchange.com/a/30691
|
|||||||
:hook (org-mode . efs/org-mode-setup)
|
:hook (org-mode . efs/org-mode-setup)
|
||||||
:config
|
:config
|
||||||
(setq org-todo-keywords
|
(setq org-todo-keywords
|
||||||
'((sequence
|
'((sequence "TODO(t)" "HOLD(h)" "|" "KILL(k)" "DONE(d)")))
|
||||||
"TODO(t)"
|
|
||||||
"HOLD(h)"
|
|
||||||
"KILL(k)"
|
|
||||||
"DONE(d)")))
|
|
||||||
(setq org-ellipsis " ▾")
|
(setq org-ellipsis " ▾")
|
||||||
(setq org-hide-emphasis-markers t)
|
(setq org-hide-emphasis-markers t)
|
||||||
(setq org-src-fontify-natively t)
|
(setq org-src-fontify-natively t)
|
||||||
|
|||||||
@ -11,6 +11,7 @@ set -s escape-time 0
|
|||||||
# scrollback buffer size increase
|
# scrollback buffer size increase
|
||||||
set -g history-limit 100000
|
set -g history-limit 100000
|
||||||
|
|
||||||
|
bind y set-window-option synchronize-panes
|
||||||
bind h select-pane -L
|
bind h select-pane -L
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
|
|||||||
Reference in New Issue
Block a user