Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Aug 23, 2024
1 parent d2a3f1f commit db44038
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions index.org
Original file line number Diff line number Diff line change
Expand Up @@ -574,10 +574,6 @@
;; Nerd Font (defined thru -#xfd46)
(set-fontset-font t '( #xe000 . #xf136) "Inconsolata Nerd Font")))
#+end_src
** warning
#+begin_src emacs-lisp
(setq display-warning-minimum-level :error)
#+end_src
** キーコマンド入力中に入力過程をミニバッファに反映する
#+begin_src emacs-lisp
(setq echo-keystrokes 0.1)
Expand Down Expand Up @@ -3994,8 +3990,7 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
(setopt lsp-file-watch-threshold 20000))

(with-eval-after-load 'lsp-diagnostics
(setopt lsp-diagnostic-clean-after-change t)
(setopt lsp-diagnostics-flycheck-default-level 'warning))
(setopt lsp-diagnostics-flycheck-default-level 'info))

(with-eval-after-load 'lsp-completion
(setopt lsp-completion-no-cache t)
Expand Down Expand Up @@ -5458,11 +5453,7 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
(define-key embark-file-map (kbd "S") #'my/sudo-find-file)

;; consult
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode)

;; ellama
(define-key 'embark-prose-map (kbd "t") )
))
(add-hook 'embark-collect-mode-hook #'consult-preview-at-point-mode)))
#+end_src
*** goto-addr
#+BEGIN_SRC emacs-lisp
Expand Down

0 comments on commit db44038

Please sign in to comment.