diff --git "a/\350\224\223\350\211\270/\347\257\207.org" "b/\350\224\223\350\211\270/\347\257\207.org" index 5d78e26..369f168 100644 --- "a/\350\224\223\350\211\270/\347\257\207.org" +++ "b/\350\224\223\350\211\270/\347\257\207.org" @@ -154,7 +154,7 @@ (nasy/run-hook-once-on 'nasy/config-after-hook 'emacs-startup-hook) (nasy/run-hook-once-on 'nasy-first-key-hook 'pre-command-hook) - (run-with-idle-timer 100 nil + (run-with-idle-timer 60 nil #'run-hooks 'nasy-first-key-hook) (run-with-idle-timer 20 nil @@ -163,7 +163,7 @@ (require 'org nil t) (require 'python nil t))) - (run-with-idle-timer 300 900 + (run-with-idle-timer 600 1200 #'nasy/閒置) ;; (when (file-exists-p custom-file) diff --git "a/\350\224\223\350\211\270/\351\272\220\344\271\213\350\266\276/\347\257\207.org" "b/\350\224\223\350\211\270/\351\272\220\344\271\213\350\266\276/\347\257\207.org" index 8664925..91d6942 100644 --- "a/\350\224\223\350\211\270/\351\272\220\344\271\213\350\266\276/\347\257\207.org" +++ "b/\350\224\223\350\211\270/\351\272\220\344\271\213\350\266\276/\347\257\207.org" @@ -1772,8 +1772,8 @@ https://github.com/wbolster/emacs-python-black lsp-pyright-extra-paths (vector ppath) python-shell-extra-pythonpaths (list ppath)))) - (lsp) - (lsp-inlay-hints-mode 1)) + (lsp)) + ;; (lsp-inlay-hints-mode 1) (defun nasy/lsp--render-string (str language) "Render STR using `major-mode' corresponding to LANGUAGE.