Commit Graph

4439 Commits (master)

Author SHA1 Message Date
Pierre Neidhardt f4639999df SLY: Remove history patch now that it's merged. 2021-03-12 10:02:40 +01:00
Pierre Neidhardt f9ce05b864 SLY: Fix prompt patch loading. 2021-03-12 10:02:12 +01:00
Pierre Neidhardt bb8c1a987a SLY: Leverage Nyxt's nyxt-guix.el instead of half-baked code. 2021-03-08 12:03:07 +01:00
Pierre Neidhardt 5ea702d757 SLY/Nyxt: Report error when building Guix profile. 2021-03-06 15:31:25 +01:00
Pierre Neidhardt 90d8953101 Nyxt: Set nosave-buffer modes. 2021-03-03 09:59:48 +01:00
Pierre Neidhardt 6362892b2c SLY: Include prompt color patch. 2021-02-27 15:59:45 +01:00
Pierre Neidhardt 88cf423f7f Emacs: Crypt bookmarks. 2021-02-26 20:14:14 +01:00
Pierre Neidhardt 126cb0e108 Helm: Really fix the ff-cache-mode disabling. 2021-02-26 10:00:54 +01:00
Pierre Neidhardt a112e1ac13 Ytdl: Add patch to support Tor. 2021-02-25 18:25:07 +01:00
Pierre Neidhardt 491f6f6fbb Lispy: Refer to upstream patches. 2021-02-25 18:24:24 +01:00
Pierre Neidhardt 76a1497f0a SLY: Fix history patch to work with Evil Collection. 2021-02-21 18:46:39 +01:00
Pierre Neidhardt 0ad53caae6 Helm: Fix missing provide in patch-helm-file-name-completion.el. 2021-02-21 18:33:21 +01:00
Pierre Neidhardt fc72ca2dd8 SLY: Fix #p completion with Company. 2021-02-21 18:32:11 +01:00
Pierre Neidhardt 1f93b69f87 SLY: Add patch to ignore comments and include input starting with # in history. 2021-02-21 18:14:34 +01:00
Pierre Neidhardt 3bc14f8458 Helm: Fix Helm AG command (follow symlinks). 2021-02-21 17:29:50 +01:00
Pierre Neidhardt 4f80f66d3f Emacs: Set bookmark path and always save. 2021-02-21 17:18:01 +01:00
Pierre Neidhardt 20b1e6a36c Helm: Prompt which file name to insert with C-c i. 2021-02-21 17:16:30 +01:00
Pierre Neidhardt 9a4dddacf2 Helm: Remap bookmark-jump and bookmark-set keys to use Helm. 2021-02-21 16:24:48 +01:00
Pierre Neidhardt 8043d80fd8 Emms: Fix playtime display toggle. 2021-02-21 16:13:39 +01:00
Pierre Neidhardt cf0adaece4 package-lists/guix-main-manifest: Add xset. 2021-02-21 15:25:58 +01:00
Pierre Neidhardt 1dfccd7c56 Helm: Properly remove helm-ff--cache-mode-reset-timer from post-command-hook. 2021-02-21 13:48:41 +01:00
Pierre Neidhardt 0232ba6a8a EXWM: Fix helm-find-files and helm-mini random blanks due to bindings. 2021-02-21 13:44:39 +01:00
Pierre Neidhardt f68ca16425 EXWM: Remove C-c prefix key to allow for copying in graphical programs. 2021-02-21 13:24:45 +01:00
Pierre Neidhardt 3b1d3823eb SLY: Don't loop forever when sbcl-ambrevar fails. 2021-02-21 12:44:48 +01:00
Pierre Neidhardt 76cab74fe7 conkyrc: Fix unit for disk IO speed. 2021-02-21 12:27:28 +01:00
Pierre Neidhardt c872a37fe2 ambrevar/syntax: Rename readtable to "syntax" to avoid clashes with default readtable.
Indeed, if multiple named readtables are called "readtable" (even with a package
prefix), the last one to be defined seems to override the currently loaded 'readtable'.
2021-02-19 11:10:53 +01:00
Pierre Neidhardt ed5c68bcbe SLY: Use internal completion instead of Company. 2021-02-19 11:10:35 +01:00
Pierre Neidhardt 0410f342a2 Evil: Temporarily remove company bindings.
Until next stable version comes out.
2021-02-19 11:05:23 +01:00
Pierre Neidhardt 683bb8f5cc PDF: Disable midnight mode by default. 2021-02-17 12:40:54 +01:00
Pierre Neidhardt 1cae5d2beb functions: Message use about proxy status in ambrevar/toggle-proxy. 2021-02-17 12:40:20 +01:00
Pierre Neidhardt 1eb10445d0 config/shepherd: Add redshift service. 2021-02-10 19:44:36 +01:00
Pierre Neidhardt 98353946e4 Nyxt: Add vi-normal-mode to internal-buffer. 2021-02-10 19:44:04 +01:00
Pierre Neidhardt 10203a035a Emms: Add ambrevar/emms-playing-time-toggle to window-state-change-hook instead. 2021-02-10 09:47:47 +01:00
Pierre Neidhardt 87b7378fd9 Lisp: Temporarily disable ambrevar/complete-cl-file from company.
It breaks rest of completion.  Investigate.
2021-02-10 09:29:41 +01:00
Pierre Neidhardt ad981f651c Emacs: Use cyberbunk theme by default. 2021-02-10 09:29:15 +01:00
Pierre Neidhardt 2b39ed9655 ambrevar/shell: Add mimimi-save-power. 2021-02-10 09:29:00 +01:00
Pierre Neidhardt 4e5a66874f package-lists/guix-main-manifest: Comment out gimp and inkscape.
They are big and I don't use them so often.
2021-02-08 17:05:00 +01:00
Pierre Neidhardt 00d799d409 ambrevar/shell: Add token helper. 2021-02-08 17:04:41 +01:00
Pierre Neidhardt 544f8fc934 ambrevar/emacs: Have emspect take a list instead of &rest args. 2021-02-08 17:04:20 +01:00
Pierre Neidhardt 3165825203 Emacs/cl-inspect-mode: Comment out example. 2021-02-08 17:04:00 +01:00
Pierre Neidhardt cb6979d4e5 SLY: Remove spurious completion space fix.
Upstream has merged it.
2021-02-08 17:03:08 +01:00
Pierre Neidhardt eb41e59208 SLY: Bind sly-insert-cmd to C-return. 2021-02-08 17:01:37 +01:00
Pierre Neidhardt 3d1f4ff079 SLY: Load sb-sprof in sbcl-ambrevar. 2021-02-08 17:01:12 +01:00
Pierre Neidhardt f5d332f733 Evil: Disable modeline coloring when doom-modeline is loaded, not when a Doom theme is. 2021-02-06 10:27:58 +01:00
Pierre Neidhardt eb17fdefdc clinspect: Add clinspect-add-filter. 2021-02-05 23:24:27 +01:00
Pierre Neidhardt eb924939c6 clinspect: Smarter sorting function. 2021-02-05 21:30:52 +01:00
Pierre Neidhardt 25ba3e0868 clinspect: Auto-compute column width. 2021-02-05 21:02:58 +01:00
Pierre Neidhardt 0f0b64f284 clinspect: Init. 2021-02-05 20:39:42 +01:00
Pierre Neidhardt 1628b47f04 ambrevar/emacs: Fix %emacs-eval when argument contains "'". 2021-02-05 20:37:26 +01:00
Pierre Neidhardt 0be20d1671 ambrevar/emacs: Add emspect. 2021-02-05 20:37:15 +01:00