diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-09-26 10:34:25 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-09-26 10:34:25 +0200 |
commit | d10e4a5181db2fb5dcfaf3ef7d96aae9fb2eeddf (patch) | |
tree | ed0e51754401491e6af607d905184008d2ec876a /home-configuration.scm | |
parent | 6d5b38a877a233fea31eb76222a248ab8109a10a (diff) |
Update Emacs configuration
* Use MELPA repository
* Disable Company Mode
* Enable cursor line highlight
* Enable delimiter highlighting
* Disable ParEdit Mode
* Enable Geiser and its autocompletion
* Enable Paredit
* Enable IEdit
* Install multiple cursors without enabling it
* Enable extraction of variables and functions
Diffstat (limited to 'home-configuration.scm')
-rw-r--r-- | home-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-configuration.scm b/home-configuration.scm index 6c58bfa..556c595 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -10,7 +10,7 @@ (packages (map (compose list specification->package+output) - (list "cpupower" "dconf-editor" "emacs" "emacs-ac-geiser" "emacs-aggressive-indent" "emacs-company" "emacs-geiser" "emacs-geiser-guile" "emacs-macrostep" "emacs-paredit" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "gnupg" "libreoffice" "pwgen" "seahorse" "trezor-agent"))) + (list "cpupower" "dconf-editor" "emacs" "emacs-ac-geiser" "emacs-aggressive-indent" "emacs-geiser" "emacs-geiser-guile" "emacs-iedit" "emacs-macrostep" "emacs-multiple-cursors" "emacs-paredit" "font-google-noto" "git" "git-lfs" "gnome-tweaks" "gnupg" "libreoffice" "pwgen" "seahorse" "trezor-agent"))) (services (list (service home-bash-service-type |