feat: Update Emacs config with new keybindings, org states
- Add `magit-refs-mode` to tab grouping - Add `eshell`/`eat` under `C-c x` prefix - Replace `WAITING` org state with `IDKY` - Add `lisp-extra-font-lock` package - Fix daemon mode theme loading - Simplify denote keywords and update dired/dirvish bindings
This commit is contained in:
@@ -16,20 +16,12 @@
|
||||
'(solarized-emacs :fork (:host github :repo "Andsy10/solarized-emacs"))
|
||||
:init
|
||||
;; 把主题加载延迟到frame创建之后,防止daemon模式下宏不能正常展开
|
||||
;; (if *is-android*
|
||||
;; (if (daemonp)
|
||||
;; (add-hook 'after-make-frame-functions
|
||||
;; (lambda (frame)
|
||||
;; (with-selected-frame frame
|
||||
;; (load-theme 'my-base16-light t))))
|
||||
;; (load-theme 'my-base16-light t))
|
||||
;; (if (daemonp)
|
||||
;; (add-hook 'after-make-frame-functions
|
||||
;; (lambda (frame)
|
||||
;; (with-selected-frame frame
|
||||
;; (load-theme 'my-base16-dark t))))
|
||||
;; (load-theme 'my-base16-dark t)))
|
||||
(load-theme 'my-base16-dark))
|
||||
(if (daemonp)
|
||||
(add-hook 'after-make-frame-functions
|
||||
(lambda (frame)
|
||||
(with-selected-frame frame
|
||||
(load-theme 'my-base16-dark t))))
|
||||
(load-theme 'my-base16-dark t)))
|
||||
|
||||
;; 行号
|
||||
(use-package display-line-numbers
|
||||
|
||||
Reference in New Issue
Block a user