Commit Graph
104 Commits
Author SHA1 Message Date
Riyyi fadfdd1963 Config: Fix i3 startup scripts, some minor tweaks 2022-02-03 19:56:52 +01:00
Riyyi b87e49711d Emacs: Enable lsp-ui-doc in C++ 2022-02-03 14:08:06 +01:00
Riyyi 72cd4b94f6 Emacs: Add kotlin-mode and web-mode 2022-02-03 14:07:32 +01:00
Riyyi a2ffd2f870 Emacs: Set LaTeX and Python tabs to width 4 2022-02-03 14:05:46 +01:00
Riyyi e1d1609968 Emacs: Update c++ snippets 2022-01-31 21:43:15 +01:00
Riyyi cfd0c06fbf Emacs: Add benchmark package for startup init 2022-01-31 21:43:15 +01:00
Riyyi f99ad75730 Config: Set Emacs CMake tab width, plus some small tweaks 2022-01-28 10:50:45 +01:00
Riyyi e6be5b99fc Emacs: Add super-save package 2021-10-01 14:22:24 +02:00
Riyyi 2a5bca3f55 Config: Add full license Emacs snippets 2021-09-18 11:57:35 +02:00
Riyyi db18abd336 Config: Update Emacs copyright notice snippets 2021-09-11 13:22:52 +02:00
Riyyi 9be2f3e0bf Emacs: Add keybindings to prevent dired from opening a million buffers 2021-08-26 01:29:44 +02:00
Riyyi 522ef89b1c Emacs: Add wdired keybindings, allow permission modifications 2021-08-19 15:10:02 +02:00
Riyyi 507c1945a8 Emacs: Load flyspell-correct on startup 2021-08-13 15:48:32 +02:00
Riyyi 4dc285d713 Emacs: Add all-the-icons to dired 2021-08-08 00:30:42 +02:00
Riyyi bee667effd Add Magit log pick/quit keybindings 2021-07-20 00:40:20 +02:00
Riyyi 71dacd5256 Enable lines on dashboard, which became a separate dependency 2021-07-17 12:15:20 +02:00
Riyyi 47978497b9 Add keybinding for org link display toggling 2021-07-03 22:32:12 +02:00
Riyyi ec3cd49dfc Fix flyspell menu, reorder keybindings sections 2021-07-03 20:09:53 +02:00
Riyyi 47178aea27 Disable prettify symbols, as they mess with indentation 2021-07-03 19:47:10 +02:00
Riyyi 6d54572740 Fix wrong argument type error, vc-registered doesn't accept nil
It's also good practice not to use lambdas inside hooks, for readability.
2021-07-03 19:43:44 +02:00
Riyyi 7af24059a1 Reorganize package categories 2021-07-03 16:56:19 +02:00
Riyyi eb684b5a13 Do not close magit when pressing escape 2021-07-03 16:23:49 +02:00
Riyyi 2cad1e52f8 Fix parenthencies 2021-07-03 15:54:54 +02:00
Riyyi d5b958af9d Add lua/latex lsp server, add restclient 2021-07-03 15:34:29 +02:00
Riyyi 678eeae113 Config style update 2021-07-03 15:26:54 +02:00
Riyyi e15c394602 Move cache directory creation earlier in the config 2021-07-03 15:24:12 +02:00
Riyyi 2d5cbab390 Add dap functions 2021-07-03 15:20:43 +02:00
Riyyi 68ef4776a0 Add dap-mode 2021-07-03 15:18:43 +02:00
Riyyi 76395e8ce1 Also remove the table of contents entry 2021-07-01 21:40:18 +02:00
Riyyi 2058d72b4e Add all-the-icons install check, fix SETUPFILE url 2021-07-01 21:38:06 +02:00
Riyyi 959db025cd Add git section to table of contents 2021-07-01 00:54:03 +02:00
Riyyi 872e718603 Add diff-hl and magit packages and configuration 2021-07-01 00:51:41 +02:00
Riyyi e3aefc546e Prevent leader keybindings from ever being overridden 2021-06-30 22:25:32 +02:00
Riyyi fd55489272 Disable flyspell messages 2021-06-30 20:11:06 +02:00
Riyyi 6c593a9853 Add aspell packages, configure flyspell-correct 2021-06-30 15:57:42 +02:00
Riyyi a3ef78c8ff Add regexp for org-roam title slugs 2021-05-14 12:48:58 +02:00
Riyyi 2b666b6b35 Use completing-read in centaur-tabs 2021-04-24 07:43:37 +02:00
Riyyi bce32d3ddc Fix yasnippet variables, they need to be set in :init 2021-04-01 01:32:40 +02:00
Riyyi 41f614699b Improve package updating keybind 2021-03-30 11:12:16 +02:00
Riyyi 0741ca29d3 Add glsl completion, remove obsolete variables 2021-03-28 22:54:00 +02:00
Riyyi 39fbaeb5ac Add more license notice snippets 2021-03-26 15:17:20 +01:00
Riyyi 6d32b4c3ee Improve snippet email field selection 2021-03-26 00:50:56 +01:00
Riyyi 1e57434293 Add license notice snippet 2021-03-26 00:41:10 +01:00
Riyyi e029ea87f6 Convert C++ to cpp in org-roam-title-to-slug function 2021-03-23 15:09:44 +01:00
Riyyi 6d64cb1a6a Add org-roam capture templates 2021-03-21 01:00:06 +01:00
Riyyi 36f3adbdc9 Filter common words from org-roam-title-to-slug function 2021-03-18 01:45:57 +01:00
Riyyi e2c1e562ca Fix project root find function 2021-03-14 11:59:49 +01:00
Riyyi a7135592a3 Improve consult keybinds 2021-03-13 01:51:27 +01:00
Riyyi 3e43420f56 Add consult package 2021-03-13 01:44:10 +01:00
Riyyi 801040ffe5 Switch to projectile-project-root as project root find function 2021-03-13 01:22:42 +01:00