Compare commits
No commits in common. "92cf668e635e321df8566545f4a4138ef99d48c7" and "dbbc4478eb63066838b7e20396a1dd69c67d91c9" have entirely different histories.
92cf668e63
...
dbbc4478eb
|
@ -692,7 +692,7 @@ File path is removed from breadcrumb since it is provided by ~doom-modeline~ and
|
||||||
since it clutters the header-line.
|
since it clutters the header-line.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq-hook! 'lsp-mode-hook
|
(setq-hook! lsp-mode
|
||||||
lsp-headerline-breadcrumb-enable t
|
lsp-headerline-breadcrumb-enable t
|
||||||
lsp-headerline-breadcrumb-enable-symbol-numbers nil
|
lsp-headerline-breadcrumb-enable-symbol-numbers nil
|
||||||
lsp-headerline-breadcrumb-segments '(symbols)
|
lsp-headerline-breadcrumb-segments '(symbols)
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
;;objed ; text object editing for the innocent
|
;;objed ; text object editing for the innocent
|
||||||
;;parinfer ; turn lisp into python, sort of
|
;;parinfer ; turn lisp into python, sort of
|
||||||
;;rotate-text ; cycle region at point between text candidates
|
;;rotate-text ; cycle region at point between text candidates
|
||||||
;;snippets ; my elves. They type so I don't have to
|
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
|
:emacs
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
;;qt ; the 'cutest' gui framework ever
|
;;qt ; the 'cutest' gui framework ever
|
||||||
;;racket ; a DSL for DSLs
|
;;racket ; a DSL for DSLs
|
||||||
;;raku ; the artist formerly known as perl6
|
;;raku ; the artist formerly known as perl6
|
||||||
rest ; Emacs as a REST client
|
;;rest ; Emacs as a REST client
|
||||||
;;rst ; ReST in peace
|
;;rst ; ReST in peace
|
||||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||||
(rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
(rust +lsp +tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
|
|
Loading…
Reference in New Issue