Commit Graph

1145 Commits (c3c61d45a409dd5e29886d308af0f5bb9bfd23cd)

Author SHA1 Message Date
Pierre Neidhardt c3c61d45a4 Emacs: Use password store for authentication. 2019-12-06 12:22:33 +01:00
Pierre Neidhardt 654ce4c46f Emms 5.3: Add workaround for mpv 0.30.
Remove when 5.4 is out.
2019-12-06 10:50:01 +01:00
Pierre Neidhardt 8c51e94c98 Guix/Evil: Fix manifest bindings for insert state. 2019-12-05 11:51:38 +01:00
Pierre Neidhardt 7d5e6fbaaa Emacs/Guix: Bind manifest edition functions in Evil as well. 2019-11-28 18:58:01 +01:00
Pierre Neidhardt 9cd118f776 Eshell: Use helm-fish-completion 0.2. 2019-11-28 18:48:30 +01:00
Pierre Neidhardt 6e5c78509b Emacs: Don't keep whitespace before point with ws-butler. 2019-11-28 18:36:59 +01:00
Pierre Neidhardt 00c01f1e17 Move ~/temp to ~/Downloads. 2019-11-28 12:14:24 +01:00
Pierre Neidhardt a669f6b2cb Eshell/Detach: Add comments. 2019-11-17 14:01:34 +01:00
Pierre Neidhardt aa529815d0 Eshell: Enable helm-fish-completion. 2019-11-14 15:41:40 +01:00
Pierre Neidhardt 995bd90cbc Emacs: Make ~/.authinfo.gpg the default. 2019-11-13 14:43:55 +01:00
Pierre Neidhardt fdc973159d Eshell: Replace custom prompt with eshell-prompt-extras package. 2019-11-12 09:14:50 +01:00
Pierre Neidhardt 104226372e EXWM: Use windower package instead of own hacks. 2019-11-02 19:09:58 +01:00
Pierre Neidhardt 85638901ae Revert "Emacs: Remove old browser-url settings, use xdg-open instead."
We need browser-url-generic-program for helm-exwm.

This reverts commit 95bc305917.
2019-11-02 18:08:41 +01:00
Pierre Neidhardt 04c6910fb9 Emacs: Move window management functions to separate package. 2019-11-02 18:06:49 +01:00
Pierre Neidhardt f71cdd0709 Emacs: Remove unused prettify-inhibit-p guard. 2019-11-02 16:51:57 +01:00
Pierre Neidhardt 95bc305917 Emacs: Remove old browser-url settings, use xdg-open instead. 2019-11-02 16:45:48 +01:00
Pierre Neidhardt d3f7e17c38 Emacs/Desktop: Remove old comments since we don't save files anymore. 2019-11-02 16:43:00 +01:00
Pierre Neidhardt 6456632d18 Emacs: Clean up main settings. 2019-11-02 16:41:17 +01:00
Pierre Neidhardt a4de491950 Emacs: Use ws-butler and remove own hacks. 2019-11-02 16:16:29 +01:00
Pierre Neidhardt c3f5fa236e Emacs: Remove unused toggle-window-dedicated. 2019-11-02 16:15:37 +01:00
Pierre Neidhardt 0bcedf5c63 Emacs: Add comments for when to remove desktop patch. 2019-11-02 16:06:30 +01:00
Pierre Neidhardt 0a92012aad Evil/Gnus: Remove Gnus bindings now that they are upstreamed. 2019-11-02 16:06:01 +01:00
Pierre Neidhardt 3206a973f8 Emacs/EMMS: Remove cache cache patch now that 5.2 is released. 2019-11-02 15:14:25 +01:00
Pierre Neidhardt d81b9f4e1b Emacs: Replace own unfill-paragraph and unfill-region with package 'unfill'. 2019-11-02 15:12:34 +01:00
Pierre Neidhardt 23168a7c3e Emacs: Remove unused visual/face settings (programming, mail, term). 2019-11-02 13:47:29 +01:00
Pierre Neidhardt 06055533bf Emacs: Remove python settings. 2019-11-02 13:26:25 +01:00
Pierre Neidhardt adef37fd27 Emacs/mu4e: Remove account patch.
It's included upstream.
2019-11-02 13:24:33 +01:00
Pierre Neidhardt 5a75b7f9a5 Emacs: Remove smie patch.
It's broken and probably outdated.  It was only really useful for Lua.
2019-11-02 13:22:57 +01:00
Pierre Neidhardt 00fc2a58f1 Emacs: Remove bbcode settings. 2019-11-02 13:22:34 +01:00
Pierre Neidhardt c7dfd58010 Emacs: Remove nroff settings. 2019-11-02 13:22:01 +01:00
Pierre Neidhardt 5ceca9a6ab Emacs: Remove package-selected-packages and useless section comments.
I use Guix to manage my Emacs packages.
2019-11-02 13:19:42 +01:00
Pierre Neidhardt e79b1ebd7e Emacs: Init so-long config. 2019-10-31 19:14:39 +01:00
Pierre Neidhardt ecc4974f41 Emacs/EXWM: Init exwm-edit config. 2019-10-31 19:13:45 +01:00
Pierre Neidhardt 9e2350af75 Emacs/Lisp/SLY: Fix sly switcher. 2019-10-27 12:41:36 +01:00
Pierre Neidhardt 825391efa5 Emacs/Racket: Init. 2019-10-25 20:11:19 +02:00
Pierre Neidhardt ce126f34ee Emacs/Guix: Add manifest manipulation commands. 2019-10-24 12:30:50 +02:00
Pierre Neidhardt 0372dcae4c SLY: Store REPL history in cache. 2019-10-17 12:39:34 +02:00
Pierre Neidhardt 1197a934d8 SLY: Fix sly-mrepl C-c M-o binding, remove C-c C-d h binding (SLY has C-c C-d C-h). 2019-10-17 10:58:51 +02:00
Pierre Neidhardt ead626b6a7 Emacs: Protect against missing font. 2019-10-16 22:25:12 +02:00
Pierre Neidhardt 012b37b298 SLY: Bind "C-c C-d h" to hyperspec-lookup and "C-c M-o" to sly-mrepl-clear-repl. 2019-10-16 18:21:31 +02:00
Pierre Neidhardt 236bfd1e56 SLY: Use helm-sly instead of helm-lisp and use native Helm completion. 2019-10-16 18:05:20 +02:00
Pierre Neidhardt 383e3e7b3d Helm/Sly/SLIME: Use helm-sly and helm-slime instead of helm-lisp. 2019-10-16 18:03:46 +02:00
Pierre Neidhardt d045bdec3b Helm: Fix missing `t' when setting helm-locate-library-fuzzy-match. 2019-10-16 18:01:59 +02:00
Pierre Neidhardt 3fc1402ad5 Fix SLY call in repl-switcher. 2019-10-16 18:01:40 +02:00
Pierre Neidhardt f4e4f65acf EXWM: Include Racket's REPL in repl-switcher. 2019-10-15 19:19:54 +02:00
Pierre Neidhardt 80c915f1dd Helm: Remove helm-grep-git-grep-command redefinition since it's the new default. 2019-10-15 19:19:32 +02:00
Pierre Neidhardt e510b89e9f Helm: Fuzzy match ls-git, completion, locate-library. 2019-10-15 17:01:17 +02:00
Pierre Neidhardt 709c5a85ea lispy: Add mrepl to "goto-symbol" workaround. 2019-10-14 15:09:56 +02:00
Pierre Neidhardt 1d207d7bfa Lispy: Split/join strings with C-return / S-C-return respectively. 2019-10-13 12:55:50 +02:00
Pierre Neidhardt 8676a15b96 Lispy: Use SLY if SLIME is not loaded. 2019-10-13 12:55:16 +02:00