1
0
Fork 0

emacs: add persp-mode, org-clock-today

master
dump_stack() 2023-02-13 09:09:46 +00:00
parent 3b4a2168bc
commit cec213a088
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 6 additions and 2 deletions

View File

@ -247,3 +247,7 @@
(require 'yasnippet)
(yas-global-mode 1)
(global-set-key (kbd "C-x C-b") 'persp-list-buffers)
(customize-set-variable 'persp-mode-prefix-key (kbd "C-<henkan>"))
(persp-mode)

View File

@ -101,9 +101,9 @@ in {
magit git-gutter git-timemachine
# Generic
smex w3m org-kanban org-brain org-roam use-package
selectrum selectrum-prescient yasnippet
selectrum selectrum-prescient yasnippet org-clock-today
# Appearance
zenburn-theme solarized-theme wc-mode
zenburn-theme solarized-theme wc-mode perspective
# NixOS
company-nixos-options helm-nixos-options
])