Commit Graph

439 Commits

Author SHA1 Message Date
e6b05c01dc Emacs: Only configure treemacs theme if we are in a GUI. 2020-11-14 22:48:43 +01:00
3330ebadd8 Emacs: Replace (window-system) with (display-graphic-p). 2020-11-14 22:47:57 +01:00
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
f08a6dda04 Emacs: Don't delete treemacs-persist before start. 2020-11-14 22:08:33 +01:00
1f4144eae0 Emacs: Don't follow tags in treemacs. 2020-11-14 21:57:28 +01:00
0bff83a55d Emacs: Skip buffers beginning with “Pfuture-Callback”. 2020-11-13 20:37:51 +01:00
bebe46145d Emacs: Use counsel-imenu, remove flimenu. 2020-11-13 18:02:16 +01:00
13e01743cd Emacs: Add flimenu (flatten imenu). 2020-11-13 16:33:46 +01:00
236dfa0460 Emacs: Don't show imenu in treemacs window. 2020-11-13 14:52:03 +01:00
8c44d623f1 Emacs: Activate tag-follow-mode in treemacs. 2020-11-13 14:51:34 +01:00
56b7b1f6df Emacs: Start with an empty treemacs workspace list. 2020-11-13 14:50:36 +01:00
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
50e1f5bb49 Emacs: Load clang-format when my/clang-format-buffer-maybe is called. 2020-10-30 16:41:47 +01:00
d0d079e0e4 Emacs: Only ask to update copyright if my/reformat-save is t. 2020-10-27 12:09:54 +01:00
56d52c554c Emacs: Replace variable my/no-ws-cleanup with my/reformat-save. 2020-10-27 09:50:20 +01:00
5a7baad87b Emacs: Re-resize fringe in treemacs for the indicator. 2020-10-15 12:13:29 +02:00
34764d1306 Emacs: Move rainbow-mode to text/common. 2020-10-14 21:43:27 +02:00
af01f30679 Emacs: Move stuff from text/misc to text/common. 2020-10-14 21:40:05 +02:00
97ead8c8e6 Emacs: Add i3wm-config-mode. 2020-10-14 21:37:07 +02:00
c3ab734767 Emacs: Allow my/apply-ansi-colors-on-buffer in read-only buffers. 2020-10-14 00:20:58 +02:00
e6a6bd812c Emacs: Fix ANSI color application in logfiles. 2020-10-14 00:01:47 +02:00
b459881bd6 Emacs: Interpret ANSI colors in compilation output. 2020-10-13 23:37:03 +02:00
57df6fb572 Emacs: Org: Don't insert newline between headers. 2020-10-07 18:50:11 +02:00
1bb4ccc359 Emacs: Add org-agenda to autoload commands. 2020-10-05 18:40:36 +02:00
d887722faa Emacs: Autoload org after 4 seconds. 2020-10-05 18:39:49 +02:00
c278bdbbe9 Emacs: Keybinding for org-agenda. 2020-10-05 18:05:12 +02:00
ebe0f032aa Emacs: Set up org-agenda-files. 2020-10-05 18:01:26 +02:00
a39e9317ca Emacs: Allow org-shift… to do it's thing. 2020-10-05 18:00:37 +02:00
ff42df555e Emacs: Move some keybindings to C-c prefix. 2020-10-04 23:45:57 +02:00
421dfbdb9c Emacs: Remove GDScript mode, LSP mode exists. 2020-09-30 18:16:28 +02:00
21e954c5a5 Emacs: Add GDScript mode. 2020-09-30 00:34:37 +02:00
f6e62c441e Emacs: LSP: Set lsp-keymap-prefix to C-c l …
… and enable which-key integration.
2020-08-28 03:42:28 +02:00
50e3e29410 Emacs: Set LaTeX-engine for org to xelatex. 2020-08-24 03:52:57 +02:00
05800505f8 Emacs: Enable yas-minor-mode in org-mode. 2020-08-24 01:40:30 +02:00
9af5bdfbc7 Emacs: Configure more multi dicts. 2020-08-22 20:55:23 +02:00
22da20bf74 Emacs: Use hunspell, add multi-dict "en_US,de_DE". 2020-08-22 20:52:00 +02:00
1cda6ed3f9 Emacs: Load support for markdown export. 2020-08-16 19:49:36 +02:00
0478315d10 Emacs: Remove safe-mark from projectile-enable-caching.
Not needed anymore.
2020-08-03 03:14:34 +02:00
963bae0b9c Emacs: Enable counsel-projectile everywhere.
Previous config was inconsistent.
2020-08-03 03:13:46 +02:00
6c0dd5b147 Emacs: Only enable caching for .emacs.d, better workaround. 2020-08-03 03:03:12 +02:00
d41b1a9963 Emacs: Mark projectile-enable-caching as safe variable. 2020-08-03 01:33:15 +02:00
95647351e5 Emacs: Disable caching again.
I'll enable it as a dir local variable for ~/.emacs.d for now.
2020-08-03 01:25:29 +02:00
5a7baa82c7 Emacs: Fix flycheck warnings in programming/c++. 2020-08-03 00:39:56 +02:00
e32acbd18b Emacs: Predicate buffers also for the first frame. 2020-08-03 00:20:22 +02:00
7a339a4aba Emacs: Predicate buffers for every frame. 2020-08-02 00:42:45 +02:00
9544a6ab83 Emacs: projectile: filter out *~. 2020-07-29 16:58:37 +02:00
6f6e6c7f33 Emacs: Add timestamp support to org #+DATE. 2020-07-29 16:15:41 +02:00
012a025d8d Emacs: org: Replace show-all in hook with variable;
Mark org-confirm-babel-evaluate as safe.
2020-07-28 23:40:54 +02:00
9e0036a1b2 Emacs: Add meson-mode. 2020-07-24 18:05:38 +02:00
a3e8babe47 Emacs: Add org-tempo (templates) to org-modules. 2020-07-08 18:14:53 +02:00
d15af91428 Emacs: Re-enable mediawiki-mode.
Bug with Emacs >= 27 got fixed.
2020-07-08 05:47:04 +02:00
c6fdc804a5 Emacs: Replace company-lsp with company-capf.
company-lsp is no longer supported and will be deprecated soon.
2020-07-07 05:34:19 +02:00
3b33519849 Emacs: lsp: Enable semantic highlighting.
It is only available in clangd master branch yet, maybe clang 11?
2020-07-07 05:31:05 +02:00
91273b4510 Emacs: Add udev-mode. 2020-07-07 04:37:55 +02:00
7be019efdd Emacs: Automatically update recipe repositories. 2020-07-04 15:45:43 +02:00
0d60abb631 Emacs: Check syntax if idle for 2 seconds. 2020-07-04 15:00:37 +02:00
2cf1b84bfa Emacs: Enable execution of shell and C++ in org buffers. 2020-07-03 06:25:56 +02:00
910a072275 Emacs: Refactor programming/misc. 2020-06-23 02:31:39 +02:00
1f78527f04 Emacs: Refactor programming/c++. 2020-06-23 02:30:38 +02:00
a8f4b8a101 Emacs: Refactor programming/git. 2020-06-23 02:26:38 +02:00
fb51ace721 Emacs: Fix RET in magit-mode. 2020-06-23 02:22:52 +02:00
ee7262b294 Emacs: Magit: When visiting the file, don't make it read-only. 2020-06-19 22:53:07 +02:00
a7f9163bdb Emacs: Magit: Visit files in other window by default. 2020-06-19 22:48:01 +02:00
bbcaeaf792 Emacs: Format C++ code with clang-format before saving. 2020-06-15 21:57:42 +02:00
c9eb9776b5 Emacs: gemini-mode is now in MELPA. 2020-06-15 16:02:57 +02:00
cfbe890a38 Emacs: Add smerge keybindings for keep-upper and keep-lower. 2020-06-14 17:09:04 +02:00
bb09eed201 Emacs: Fix: Load volatile-highlights. 2020-06-03 17:56:01 +02:00
05c54c8c28 Emacs: Add hexrgb and use it to compute 'vhl/default-face. 2020-06-02 15:18:03 +02:00
1d98fccf74 Emacs: Remove realgud. 2020-06-01 17:55:57 +02:00
e0bedc6bd6 Emacs: Set some gdb options. 2020-06-01 17:49:41 +02:00
00ad67675c Emacs: Disable explain-pause-mode. 2020-06-01 14:29:09 +02:00
84dc01f9e4 Emacs: Remove all-the-icons-ivy. 2020-05-30 19:39:20 +02:00
71ea5c5796 Emacs: Diminish explain-pause-mode. 2020-05-30 11:18:36 +02:00
71b0279442 Emacs: Fix provide-line in misc/misc. 2020-05-30 08:14:58 +02:00
6f225b8e61 Emacs: typo. 2020-05-29 17:21:13 +02:00
10be9b8b62 Emacs: Add explain-pause-mode. 2020-05-29 17:19:56 +02:00
cf936fa1b5 Emacs: Configure popwin module in window-purpose. 2020-05-29 17:18:47 +02:00
6831b21ef1 Emacs: Remove :mode, it's done by the package now. 2020-05-29 16:41:25 +02:00
e466f9c8cc Emacs: Add gemini-mode. 2020-05-29 09:42:15 +02:00
6d903c983a Emacs: typo. 2020-05-27 17:52:02 +02:00
9e2f68b3b8 Emacs: Demand treemacs-projectile.
Otherwise treemacs-collapse-other-projects won't work.
2020-05-27 04:48:11 +02:00
7127a14006 Emacs: Refactor init.d/net/ 2020-05-27 04:21:20 +02:00
9673849925 Emacs: Add elpher. 2020-05-26 07:07:16 +02:00
710403de07 Emacs: Make ivy work properly again. 2020-05-26 07:06:22 +02:00
4bb50bf5cd Emacs: Translate ANSI escape color codes in log files. 2020-05-26 02:01:05 +02:00
096d913e8b Emacs: Demand treemacs-magit. 2020-05-25 13:40:41 +02:00
d233acbf61 Emacs: Fixed errors introduced by use-package-always-defer → t. 2020-05-24 22:59:31 +02:00
8820025337 Emacs: Set use-package-always-defer to t. 2020-05-24 22:17:02 +02:00
8efda1a1a7 Emacs: Remove useless bit in ebuild-mode recipe. 2020-05-20 08:05:07 +02:00
09651ab5b1 Emacs: Check if #'set-scroll-bar-mode exists. 2020-05-20 07:59:31 +02:00
4ddde5cb17 Emacs: Install ebuild-mode if not on Gentoo. 2020-05-20 07:54:04 +02:00
564cc3b229 Emacs: Set fill-column to 80 for ebuilds. 2020-05-19 04:07:48 +02:00
93332104db Emacs: Add and bind my/toggle-truncate-lines(). 2020-05-18 16:09:26 +02:00
79f61ba47b Emacs: Make M-<delete> synonym to C-<delete>. 2020-05-17 19:46:40 +02:00
da3eb9202a Emacs: Ignore emacs --daemon, it has a lot of problems. 2020-05-17 19:33:54 +02:00
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
62e7c61c15 Emacs: Set what-cursor-show-names to t. 2020-05-17 17:28:28 +02:00
b0e9525fab Emacs: Replace :ensure with :straight. 2020-05-13 02:46:17 +02:00
1f0b9fb147 Emacs: Expand org documents. 2020-05-09 03:48:38 +02:00
a7a6d44d18 Emacs: Add lua-mode. 2020-05-08 02:34:45 +02:00