Compare commits
No commits in common. "34cd3b7aa4fabda59f8289a1d95e13920605a921" and "971ed7e75da9d1ccae7ec77bca2a5cc681d4f0ba" have entirely different histories.
34cd3b7aa4
...
971ed7e75d
@ -7,8 +7,6 @@
|
||||
:init (setq markdown-command "multimarkdown"))
|
||||
|
||||
;; For code block editing
|
||||
(use-package edit-indirect
|
||||
:commands (edit-indirect-region edit-indirect-save edit-indirect-abort edit-indirect-commit edit-indirect-display-active-buffer)
|
||||
)
|
||||
(use-package edit-indirect)
|
||||
|
||||
(provide 'lang-markdown)
|
||||
|
@ -1,10 +0,0 @@
|
||||
(use-package flymake
|
||||
:pin manual
|
||||
:ensure nil
|
||||
:commands (flymake-mode)
|
||||
:config
|
||||
;; Set the text before the brackets for flymake's modeline output to an empty string to make it less verbose.
|
||||
(setq flymake-mode-line-lighter "")
|
||||
)
|
||||
|
||||
(provide 'util-flymake)
|
@ -8,8 +8,6 @@
|
||||
|
||||
(require 'util-vertico)
|
||||
|
||||
(require 'util-flymake)
|
||||
|
||||
(require 'lang-python)
|
||||
|
||||
(require 'lang-javascript)
|
||||
|
Loading…
x
Reference in New Issue
Block a user