Commit Graph

221 Commits

Author SHA1 Message Date
tastytea 70311f9ddb Emacs: Fix my/straight-update-repos. 2020-11-27 02:19:36 +01:00
tastytea 5ac733498a Emacs: Add my/reload-theme, some dependency fixes. 2020-11-26 13:21:04 +01:00
tastytea eaeeb62e9f Emacs: Make it work better when starting in daemon mode.
Still get an error, probably doom-themes.
2020-11-26 12:47:47 +01:00
tastytea 920d2c29b5 Emacs: M-DEL synonymous with C-DEL.
Needed for terminal emulator workarounds.
2020-11-25 06:41:35 +01:00
tastytea 6c6837ab82 Emacs: Diminish purpose-mode. 2020-11-21 23:33:16 +01:00
tastytea c1ada37dc5 Emacs: Trunkate all but file name in modeline. 2020-11-21 23:32:39 +01:00
tastytea 5e43573c16 Emacs: Disable auto-fill-mode for scratch buffer. 2020-11-20 00:41:05 +01:00
tastytea f3f272605c Emacs: No fill column for scratch buffer. 2020-11-19 05:26:12 +01:00
tastytea f2cf118fe9 Emacs: Mark built-in packages explicitly. 2020-11-18 18:38:55 +01:00
tastytea bf54968d65 Emacs: Add my/straight-update-repos. 2020-11-18 18:10:59 +01:00
tastytea 9eaa312ac8 Emacs: Move advice for doom-themes-hide-fringes-maybe to doom-themes. 2020-11-14 22:49:09 +01:00
tastytea e6b05c01dc Emacs: Only configure treemacs theme if we are in a GUI. 2020-11-14 22:48:43 +01:00
tastytea 3330ebadd8 Emacs: Replace (window-system) with (display-graphic-p). 2020-11-14 22:47:57 +01:00
tastytea c4654e31bf Emacs: Show treemacs on start under certain conditions.
If the frame width is at least 120 chars and treemacs-persist-file
exists.
2020-11-14 22:10:34 +01:00
tastytea f08a6dda04 Emacs: Don't delete treemacs-persist before start. 2020-11-14 22:08:33 +01:00
tastytea 1f4144eae0 Emacs: Don't follow tags in treemacs. 2020-11-14 21:57:28 +01:00
tastytea 0bff83a55d Emacs: Skip buffers beginning with “Pfuture-Callback”. 2020-11-13 20:37:51 +01:00
tastytea bebe46145d Emacs: Use counsel-imenu, remove flimenu. 2020-11-13 18:02:16 +01:00
tastytea 8c44d623f1 Emacs: Activate tag-follow-mode in treemacs. 2020-11-13 14:51:34 +01:00
tastytea 56b7b1f6df Emacs: Start with an empty treemacs workspace list. 2020-11-13 14:50:36 +01:00
tastytea 02a0a184a1 Emacs: Tidy up package-management.el.
Remove my/straight-update-repos, simplify my/straight-check-last-update,
wrap straight-related functions and hooks in use-package recipe.
2020-11-10 22:30:12 +01:00
tastytea 56d52c554c Emacs: Replace variable my/no-ws-cleanup with my/reformat-save. 2020-10-27 09:50:20 +01:00
tastytea 5a7baad87b Emacs: Re-resize fringe in treemacs for the indicator. 2020-10-15 12:13:29 +02:00
tastytea 963bae0b9c Emacs: Enable counsel-projectile everywhere.
Previous config was inconsistent.
2020-08-03 03:13:46 +02:00
tastytea e32acbd18b Emacs: Predicate buffers also for the first frame. 2020-08-03 00:20:22 +02:00
tastytea 7a339a4aba Emacs: Predicate buffers for every frame. 2020-08-02 00:42:45 +02:00
tastytea 7be019efdd Emacs: Automatically update recipe repositories. 2020-07-04 15:45:43 +02:00
tastytea bb09eed201 Emacs: Fix: Load volatile-highlights. 2020-06-03 17:56:01 +02:00
tastytea 05c54c8c28 Emacs: Add hexrgb and use it to compute 'vhl/default-face. 2020-06-02 15:18:03 +02:00
tastytea 84dc01f9e4 Emacs: Remove all-the-icons-ivy. 2020-05-30 19:39:20 +02:00
tastytea cf936fa1b5 Emacs: Configure popwin module in window-purpose. 2020-05-29 17:18:47 +02:00
tastytea 9e2f68b3b8 Emacs: Demand treemacs-projectile.
Otherwise treemacs-collapse-other-projects won't work.
2020-05-27 04:48:11 +02:00
tastytea 710403de07 Emacs: Make ivy work properly again. 2020-05-26 07:06:22 +02:00
tastytea 096d913e8b Emacs: Demand treemacs-magit. 2020-05-25 13:40:41 +02:00
tastytea d233acbf61 Emacs: Fixed errors introduced by use-package-always-defer → t. 2020-05-24 22:59:31 +02:00
tastytea 8820025337 Emacs: Set use-package-always-defer to t. 2020-05-24 22:17:02 +02:00
tastytea 09651ab5b1 Emacs: Check if #'set-scroll-bar-mode exists. 2020-05-20 07:59:31 +02:00
tastytea 79f61ba47b Emacs: Make M-<delete> synonym to C-<delete>. 2020-05-17 19:46:40 +02:00
tastytea da3eb9202a Emacs: Ignore emacs --daemon, it has a lot of problems. 2020-05-17 19:33:54 +02:00
tastytea 1d5565f46f Emacs: Make theme modifications after a frame is made.
Some theme modifications don't work in daemon mode. I guess because the
window system is not initialized. server-after-make-frame was introduced
between Emacs 27 and 27.1.
2020-05-17 18:19:30 +02:00
tastytea 62e7c61c15 Emacs: Set what-cursor-show-names to t. 2020-05-17 17:28:28 +02:00
tastytea 28ca2af71f Emacs: Remove workaround to not hide fringes.
Fixed via <https://github.com/hlissner/emacs-doom-themes/pull/454>.
2020-05-07 13:32:39 +02:00
tastytea fa9cee2203 Emacs: Set volatile-highlights after display-line-numbers is loaded. 2020-05-03 04:27:01 +02:00
tastytea dc15252dc3 Emacs: Set volatile-highlights color after theme configuration. 2020-05-03 03:32:09 +02:00
tastytea 2f51b17cce Emacs: Only write minimal theme if colors are set. 2020-05-03 03:31:25 +02:00
tastytea db1ca14850 Emacs: Diminish volatile-highlights-mode. 2020-05-02 22:53:57 +02:00
tastytea d52aa608a1 Emacs: Remove dimmer.
It slowed things down, I don't really need it.
2020-05-02 17:01:30 +02:00
tastytea 9c0dda5bfa Emacs: Add volatile-highlights. 2020-05-02 16:59:17 +02:00
tastytea b11a9e709f Emacs: Enable upcase-region and downcase-region. 2020-04-27 14:45:52 +02:00
tastytea f5a3541247 Emacs: Fix early-theme.el.
Only try to hide the tool-bar if we're in a GUI.
2020-04-25 18:29:37 +02:00
tastytea 9081bde3d4 Emacs: Load minimal theme in early-init.el. 2020-04-25 18:23:31 +02:00
tastytea 0299d8134a Emacs: Only use :extend in faces in Emacs >= 27. 2020-04-22 03:17:11 +02:00
tastytea 39f23fd45e Emacs: Use darker hl-line for treemacs (more contrast). 2020-04-21 04:21:38 +02:00
tastytea f169cb5c7a Emacs: Disable doom-themes-hide-fringes(), restore hl-line. 2020-04-21 04:15:38 +02:00
tastytea 16042f637e Emacs: Reduce defer times to 2 and 4. 2020-04-18 03:12:10 +02:00
tastytea af97be2015 Emacs: Fix scroll-bar-width – set it for all frames. 2020-04-18 01:49:51 +02:00
tastytea 763c178fef Emacs: Style scroll bars. 2020-04-18 01:16:30 +02:00
tastytea 1dac11b5e1 Emacs: Enable keybinding for set-goal-column. 2020-04-17 16:43:48 +02:00
tastytea ca57f0a092 Emacs: Highlight current line more clearly. 2020-04-17 16:28:36 +02:00
tastytea 77d219c1db Emacs: Theme treemacs. 2020-04-17 04:29:13 +02:00
tastytea 4f9957a5f1 Emacs: Switch theme to doom-outrun-electric. 2020-04-17 03:51:57 +02:00
tastytea d355809ddd Emacs: file-system-info was introduced in 27. 2020-04-16 15:05:19 +02:00
tastytea 0935806207 Emacs: Switch keys for treemacs and toggle-flyspell (<f8> and <f9>). 2020-04-15 14:24:44 +02:00
tastytea 87501a731c Emacs: Only make shallow clones when the disk space is < 5 GiB. 2020-04-10 14:47:01 +02:00
tastytea 95432bd5b5 Set straight-repository-branch back to “master”.
Because the fix for <https://github.com/raxod502/straight.el/issues/497> (Don't
remove all .in suffixes) got merged.
2020-04-10 14:20:46 +02:00
tastytea 72fc9c971d Remove :pin leftover from old package management. 2020-04-10 14:17:47 +02:00
tastytea 1bdb1ef830 Emacs: Update email configuration. 2020-03-31 16:26:32 +02:00
tastytea a460a2e286 Emacs: Fix email availability detection. 2020-03-31 16:17:16 +02:00
tastytea 4300313882 Emacs: :defines ('…) did not work. 2020-03-31 16:15:00 +02:00
tastytea 8996113d4d Emacs: Silence warning about which-key-mode. 2020-03-31 03:48:33 +02:00
tastytea 53520e3aed Emacs: Refactor keybindings. 2020-03-31 03:47:58 +02:00
tastytea d22323c006 Emacs: :exclude works only for build dirs. 2020-03-30 15:28:25 +02:00
tastytea db01e7d692 Emacs: Refactor my/straight-check-last-update(). 2020-03-30 00:22:28 +02:00
tastytea 8dda526768 Emacs: Add C-x F for find-file, C-x C-S-f doesn't work in terminals. 2020-03-29 22:58:53 +02:00
tastytea a67c9958be Emacs: Add keybinding C-DEL → my/backward-delete-word.
It doesn't work in the terminal because of ancient UNIX bullshit.
2020-03-29 21:49:54 +02:00
tastytea e6391e1ff9 Emacs: Don't update repos automatically. 2020-03-29 21:17:22 +02:00
tastytea beb126d0e1 Emacs: Exclude doc directory from dimmer repo. 2020-03-28 12:43:53 +01:00
tastytea c63adae0a3 Emacs: Fix indentation. 2020-03-27 20:29:38 +01:00
tastytea fb639bfab1 Emacs: Rebind a bunch of keybindings from C-x to C-c.
<https://emacs.stackexchange.com/a/42166>
2020-03-27 17:11:14 +01:00
tastytea 6795bd2d77 Emacs: Only update repositories if newest MELPA recipe is old. 2020-03-27 00:26:56 +01:00
tastytea b26dcdb2dd Emacs: Set straight-repository-branch temporarily to develop. 2020-03-26 16:20:15 +01:00
tastytea e7e4297adc Emacs: Fix my/straight-check-last-update(). 2020-03-26 01:21:53 +01:00
tastytea 070de22922 Emacs: Use Noto Color Emoji for emojis. 2020-03-24 22:38:17 +01:00
tastytea 65395eae6b Emacs: Add ivy-emoji. 2020-03-24 12:21:13 +01:00
tastytea 834262e7f8 Emacs: typo. 2020-03-19 00:31:21 +01:00
tastytea ca9a296d87 Emacs: Demand window-purpose, projectile depends on it. 2020-03-18 15:35:20 +01:00
tastytea 18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +01:00
tastytea b34f41c6bd Emacs: Make my/straight-check-last-update work.
The build-cache is modified on each start.
2020-03-18 13:57:12 +01:00
tastytea 48c515dc2b Emacs: Instruct straight to get shallow clones to save space. 2020-03-18 13:07:08 +01:00
tastytea e7eab3ae69 Emacs: Refactor package-management.el.
Update commentary, move GNUTLS to the top, notification if last update was 7+
days ago, remove gnu-elpa-keyring-update.
2020-03-18 12:14:30 +01:00
tastytea 0c6e8856be Emacs: Set straight-repository-branch back to “master”. 2020-03-16 00:20:39 +01:00
tastytea b24cde35d3 Emacs: Switch to straight for package management. 2020-03-15 23:38:06 +01:00
tastytea 7fdc0b06ab Emacs: Move diminish into basics/early-packages.el. 2020-03-13 11:24:42 +01:00
tastytea a347946a25 Emacs: The extra newline was bugging me. 2020-03-11 16:26:09 +01:00
tastytea 5fcc5331b3 Emacs: Load diminish in global-variables.el. 2020-03-11 12:10:33 +01:00
tastytea 6adb4c20ee Emacs: Prevent auto-package-update from updating quelpa packages. 2020-03-11 10:41:22 +01:00
tastytea 3c6da46f52 Emacs: Pin treemacs-magit to melpa, compatibility to treemacs. 2020-03-10 23:27:44 +01:00
tastytea 0f0c3e68c8 Emacs: Refactor basics/*. 2020-03-10 14:33:47 +01:00
tastytea db84b0f02e Emacs: Move my/clangd-version to programming/common.el. 2020-03-10 13:00:22 +01:00
tastytea adfdde47fd Emacs: Don't set LANG, set LC_MESSAGES. 2020-03-10 12:49:14 +01:00