Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
* 蔓艸/篇.org
* 蔓艸/麐之趾/篇.org
  • Loading branch information
nasyxx committed Oct 19, 2023
1 parent 1f35e2a commit 5fedb8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 蔓艸/篇.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 蔓艸/麐之趾/篇.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5fedb8a

Please sign in to comment.