| @@ -39,4 +39,4 @@ session* | |||
| ido.last | |||
| recentf | |||
| ede-projects.el | |||
| semanticdb | |||
| @@ -82,6 +82,8 @@ | |||
| (when *spell-check-support-enabled* | |||
| (require 'init-spelling)) | |||
| (require 'init-flycheck) | |||
| ;;(require 'init-marmalade) | |||
| ;;---------------------------------------------------------------------------- | |||
| @@ -29,6 +29,9 @@ | |||
| (add-to-list 'package-archives `("melpa" . ,(if (< emacs-major-version 24) | |||
| "http://melpa.org/packages/" | |||
| "https://melpa.org/packages/"))) | |||
| ;(add-to-list 'package-archives `("stable melpa" . ,(if (< emacs-major-version 24) | |||
| ; "http://stable.melpa.org/packages/" | |||
| ; "https://stable.melpa.org/packages/"))) | |||
| @@ -0,0 +1,9 @@ | |||
| ;(use-package flycheck | |||
| ; :ensure t | |||
| ; :init (global-flycheck-mode)) | |||
| (require-package 'flycheck) | |||
| ;(add-hook 'after-init-hook #'global-flycheck-mode) | |||
| (provide 'init-flycheck) | |||