mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51: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
|
||||
"-Command" (concat "& {" script "}")))
|
||||
|
||||
;; --------------------------------------------------------------------------------------------
|
||||
;; - Rainbow delimiter mode for programming.
|
||||
;; --------------------------------------------------------------------------------------------
|
||||
(add-hook 'verilog-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
;; --------------------------------------------------------------------------------------------
|
||||
;; - Org Mode
|
||||
|
||||
@ -156,7 +156,7 @@
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
(python +lsp) ; beautiful is better than ugly
|
||||
python ; beautiful is better than ugly
|
||||
;;qt ; the 'cutest' gui framework ever
|
||||
;;racket ; a DSL for DSLs
|
||||
;;raku ; the artist formerly known as perl6
|
||||
|
||||
Reference in New Issue
Block a user