Skip to content

Commit

Permalink
Merge pull request #9 from dej4vu/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dej4vu authored Aug 3, 2024
2 parents 6534461 + bfd6544 commit dde5dd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lisp/init-custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,9 @@
(when (file-exists-p custom-file)
(load-file custom-file))

(use-package emacs
:custom
(help-window-select t "Switch to help buffers automatically")
)

(provide 'init-custom)
2 changes: 1 addition & 1 deletion lisp/init-helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
;; command used for `fzf-grep-*` functions
;; example usage for ripgrep:
;; fzf/grep-command "rg --no-heading -nH"
fzf/grep-command "grep -nrH"
fzf/grep-command "grep -inrH"
;; If nil, the fzf buffer will appear at the top of the window
fzf/position-bottom t
fzf/window-height 15))
Expand Down
2 changes: 2 additions & 0 deletions lisp/init-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
:hook (;; replace XXX-mode with concrete major-mode(e. g. python-mode)
(go-mode . lsp-defered)
(python-mode . lsp-deferred)
(c-mode . lsp-deferred)
(c++-mode . lsp-deferred)
;; if you want which-key integration
(lsp-mode . lsp-enable-which-key-integration))
:bind (:map lsp-mode-map
Expand Down

0 comments on commit dde5dd1

Please sign in to comment.