fix(gs/emacs): Don't try to load agda-mode
It's not installed because it's broken right now Change-Id: I1bf198788fb90aabe3ba1a7b65399c3579983704 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2459 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
4856643282
commit
892c51caa6
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@
|
|||
;; `((,(rx "-- |") . 'haskell-keyword-face)))
|
||||
|
||||
|
||||
(load-file (let ((coding-system-for-read 'utf-8))
|
||||
(shell-command-to-string "agda-mode locate")))
|
||||
;; (load-file (let ((coding-system-for-read 'utf-8))
|
||||
;; (shell-command-to-string "agda-mode locate")))
|
||||
|
||||
(defvar +grfn-dir (file-name-directory load-file-name))
|
||||
(defvar +grfn-snippets-dir (expand-file-name "snippets/" +grfn-dir))
|
||||
|
|
Loading…
Reference in a new issue