Merge branch 'master' of fudo.dev:niten/doom-emacs

This commit is contained in:
niten 2024-06-20 20:16:34 -07:00
commit 1f1b186a30
3 changed files with 9 additions and 5 deletions

View File

@ -64,7 +64,7 @@
;;parinfer ; turn lisp into python, sort of
;;rotate-text ; cycle region at point between text candidates
snippets ; my elves. They type so I don't have to
;;word-wrap ; soft wrapping with language-aware indent
word-wrap ; soft wrapping with language-aware indent
:emacs
dired ; making dired pretty [functional]
@ -95,8 +95,8 @@
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
(lsp +eglot) ; M-x vscode
(lookup +dictionary +docsets +offline) ; navigate your code and its documentation
(lsp +eglot peek) ; M-x vscode
magit ; a git porcelain for Emacs
make ; run make tasks from Emacs
;;pass ; password manager for nerds

View File

@ -14,7 +14,7 @@
(package! elpher)
(package! edit-server)
(package! ivy-prescient)
(package! ace-jump-mode)
; (package! ace-jump-mode)
(package! noflet)
(package! org-roam)
(package! flycheck-clj-kondo)

View File

@ -43,6 +43,10 @@
:desc "Increase font size" "+" #'text-scale-increase
:desc "Decrease font size" "-" #'text-scale-decrease
:desc "Jump to character" "." #'avy-goto-char-timer
:desc "Jump to line" "," #'avy-goto-line
:desc "Open eshell here" "!" #'eshell-here
;;; <leader> V --- views
(:prefix-map ("V" . "views")
:desc "Add view" "v" #'ivy-push-view