Compare commits
3 Commits
539cff1b68
...
cb4164f1de
| Author | SHA1 | Date | |
|---|---|---|---|
| cb4164f1de | |||
| f25b53bbfd | |||
| 664b43f22a |
@@ -31,6 +31,7 @@
|
|||||||
syd/which-key
|
syd/which-key
|
||||||
syd/tramp
|
syd/tramp
|
||||||
syd/handle
|
syd/handle
|
||||||
|
syd/flycheck
|
||||||
syd/org
|
syd/org
|
||||||
syd/org/roam
|
syd/org/roam
|
||||||
syd/org/agenda
|
syd/org/agenda
|
||||||
|
|||||||
14
modules/home/users/msyds/emacs/lisp/syd/flycheck.el
Normal file
14
modules/home/users/msyds/emacs/lisp/syd/flycheck.el
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
|
|
||||||
|
(require 'syd/base)
|
||||||
|
(require 'syd/popups)
|
||||||
|
|
||||||
|
;; Nicer error messages, integrates with `lsp-mode'
|
||||||
|
(use-package flycheck
|
||||||
|
:custom ((flycheck-highlighting-mode nil))
|
||||||
|
:general
|
||||||
|
(:states '(motion normal)
|
||||||
|
"[ e" #'flycheck-previous-error
|
||||||
|
"] e" #'flycheck-next-error))
|
||||||
|
|
||||||
|
(provide 'syd/lsp)
|
||||||
@@ -26,6 +26,8 @@
|
|||||||
(defun syd-haskell-hoogle-start-server ()
|
(defun syd-haskell-hoogle-start-server ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(haskell-hoogle-start-server)
|
(haskell-hoogle-start-server)
|
||||||
|
(browse-url-xdg-open (format "http://localhost:%d"
|
||||||
|
haskell-hoogle-port-number))
|
||||||
(message "Hoogle started on localhost:%d" haskell-hoogle-port-number))
|
(message "Hoogle started on localhost:%d" haskell-hoogle-port-number))
|
||||||
|
|
||||||
(use-package haskell-mode
|
(use-package haskell-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user