Skip to content

Commit

Permalink
cleanup flymake and wucuo
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Jun 25, 2024
1 parent 35e3933 commit 21be006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions phye-lisp/phye-init-misc.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
(lambda ()
(setq zsh-program (string-trim (shell-command-to-string "which zsh")))
(setq my-term-program zsh-program)
(exec-path-from-shell-copy-env "LOCATION")
(lazyflymake-start)))
(exec-path-from-shell-copy-env "LOCATION")))

(set-language-environment "utf-8")

Expand Down
2 changes: 1 addition & 1 deletion phye-lisp/phye-init-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
(hl-todo-mode 1)
(subword-mode)
(ws-butler-mode -1) ; disable auto white space removal
(setq my-disable-lazyflymake t)
(setq my-disable-wucuo t)
(set-fill-column 100))
(add-hook 'prog-mode-hook 'phye/prog-mode-hook 90)

Expand Down

0 comments on commit 21be006

Please sign in to comment.