diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2018-07-17 15:12:36 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2018-07-17 15:12:36 -0700 |
| commit | a7c44d60af86479436f19d151fd93f4658892d76 (patch) | |
| tree | dbc2c20680da02f662863becf5c642a54bd3eb07 /emacs.d/init.el | |
| parent | [emacs] Set font per operating system. (diff) | |
| download | emacs.d-a7c44d60af86479436f19d151fd93f4658892d76.tar.gz | |
[emacs] Simplify the configuration
Reduce the number of configuration files.
Diffstat (limited to '')
| -rw-r--r-- | emacs.d/init.el | 32 |
1 files changed, 5 insertions, 27 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 8ac9baf..57a433b 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -28,32 +28,10 @@ (use-package fcuny-base) (use-package fcuny-basic-settings) - -(use-package fcuny-darwin - :if (memq window-system '(mac ns))) - -(use-package fcuny-linux - :if (string-equal system-type "gnu/linux")) - +(use-package fcuny-darwin :if (memq window-system '(mac ns))) +(use-package fcuny-linux :if (string-equal system-type "gnu/linux")) (use-package fcuny-editor) -(use-package fcuny-spell) -(use-package fcuny-paren) -(use-package fcuny-ibuffer) -(use-package fcuny-dired) -(use-package fcuny-project) - -(use-package fcuny-company) -(use-package fcuny-magit) -(use-package fcuny-pants) - -(use-package fcuny-elisp) -(use-package fcuny-go) -(use-package fcuny-python) -(use-package fcuny-shell) -(use-package fcuny-scala) -(use-package fcuny-make) -(use-package fcuny-puppet) - +(use-package fcuny-text) +(use-package fcuny-prog) (use-package fcuny-serializers) -(use-package fcuny-docker) -(use-package fcuny-markdown) + |
