diff options
-rw-r--r-- | init.el | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -792,6 +792,27 @@ | |||
792 | 792 | ||
793 | 793 | ||
794 | ;; --------------------------------------------------------------------- | 794 | ;; --------------------------------------------------------------------- |
795 | ;;; Development Environment | ||
796 | ;; ------------------------ | ||
797 | ;; MMOSMacs is intended to serve as a full-featured IDE | ||
798 | ;; --------------------------------------------------------------------- | ||
799 | |||
800 | ;; --------------------------------- | ||
801 | ;; Syntax checking | ||
802 | ;; --------------- | ||
803 | ;; I'd like to know when I'm making | ||
804 | ;; a mistake. | ||
805 | ;; --------------------------------- | ||
806 | |||
807 | ;; Flycheck | ||
808 | (use-package flycheck | ||
809 | :straight t | ||
810 | :init (global-flycheck-mode)) | ||
811 | |||
812 | |||
813 | |||
814 | |||
815 | ;; --------------------------------------------------------------------- | ||
795 | ;;; Keybinds | 816 | ;;; Keybinds |
796 | ;; --------- | 817 | ;; --------- |
797 | ;; For now, just a few simple changes. | 818 | ;; For now, just a few simple changes. |