From d10e4a5181db2fb5dcfaf3ef7d96aae9fb2eeddf Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 26 Sep 2022 10:34:25 +0200 Subject: 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 --- home-configuration.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-configuration.scm') 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 -- cgit v1.2.3