mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 16:11:34 +09:00
Emacs : python lsp disabled, rainbow delimeter for verilog-mode
This commit is contained in:
@ -158,6 +158,10 @@ same directory as the org-buffer and insert a link to this file."
|
|||||||
(call-process "powershell.exe" nil nil nil
|
(call-process "powershell.exe" nil nil nil
|
||||||
"-Command" (concat "& {" script "}")))
|
"-Command" (concat "& {" script "}")))
|
||||||
|
|
||||||
|
;; --------------------------------------------------------------------------------------------
|
||||||
|
;; - Rainbow delimiter mode for programming.
|
||||||
|
;; --------------------------------------------------------------------------------------------
|
||||||
|
(add-hook 'verilog-mode-hook #'rainbow-delimiters-mode)
|
||||||
|
|
||||||
;; --------------------------------------------------------------------------------------------
|
;; --------------------------------------------------------------------------------------------
|
||||||
;; - Org Mode
|
;; - Org Mode
|
||||||
|
|||||||
@ -156,7 +156,7 @@
|
|||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
(python +lsp) ; beautiful is better than ugly
|
python ; beautiful is better than ugly
|
||||||
;;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
|
||||||
|
|||||||
Reference in New Issue
Block a user