Skip to content

Commit

Permalink
Merge branch 'master' into feat/modern-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 authored Jul 31, 2023
2 parents aef7f75 + 8555419 commit f3f4a21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lisp/init-flymake.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

(use-package flymake
:hook (prog-mode . flymake-mode)
:init (setq flymake-fringe-indicator-position 'right-fringe)
:config (add-to-list 'elisp-flymake-byte-compile-load-path load-path))
:init (setq flymake-fringe-indicator-position 'right-fringe
elisp-flymake-byte-compile-load-path load-path))

(provide 'init-flymake)

Expand Down
2 changes: 1 addition & 1 deletion lisp/init-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
:custom-face
(lsp-ui-sideline-code-action ((t (:inherit warning))))
:pretty-hydra
((:title (pretty-hydra-title "LSP UI" 'faicon "nf-oct-rocket" :face 'nerd-icons-green)
((:title (pretty-hydra-title "LSP UI" 'faicon "nf-fa-rocket" :face 'nerd-icons-green)
:color amaranth :quit-key ("q" "C-g"))
("Doc"
(("d e" (progn
Expand Down

0 comments on commit f3f4a21

Please sign in to comment.