mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
fix: emacs - enable go-mode...
This commit is contained in:
@@ -42,6 +42,9 @@ in {
|
|||||||
imagemagick # for image-dired
|
imagemagick # for image-dired
|
||||||
zstd # for undo-fu-session/undo-tree compression
|
zstd # for undo-fu-session/undo-tree compression
|
||||||
|
|
||||||
|
# go-mode
|
||||||
|
gocode
|
||||||
|
|
||||||
## Module dependencies
|
## Module dependencies
|
||||||
# :checkers spell
|
# :checkers spell
|
||||||
(aspellWithDicts (ds: with ds; [en en-computers en-science]))
|
(aspellWithDicts (ds: with ds; [en en-computers en-science]))
|
||||||
|
|||||||
@@ -138,7 +138,7 @@
|
|||||||
;;fsharp ; ML stands for Microsoft's Language
|
;;fsharp ; ML stands for Microsoft's Language
|
||||||
;;fstar ; (dependent) types and (monadic) effects and Z3
|
;;fstar ; (dependent) types and (monadic) effects and Z3
|
||||||
;;gdscript ; the language you waited for
|
;;gdscript ; the language you waited for
|
||||||
;; (go +tree-sitter) ;; disable go-mode, use lsp-bridge instead
|
(go +tree-sitter) ;; disable go-mode, use lsp-bridge instead
|
||||||
; the hipster dialect
|
; the hipster dialect
|
||||||
;;(graphql) ; Give queries a REST
|
;;(graphql) ; Give queries a REST
|
||||||
;;(haskell) ; a language that's lazier than I am
|
;;(haskell) ; a language that's lazier than I am
|
||||||
|
|||||||
Reference in New Issue
Block a user