Commit Graph

274 Commits

Author SHA1 Message Date
tastytea a24a8814db Emacs: Remove Time-stamp in init.el. 2020-12-13 18:23:19 +01:00
tastytea 1e413c9c17 Emacs: Move elisp to programming/misc. 2020-12-13 18:21:45 +01:00
tastytea ec4a8b3c7b Emacs: Don't load programming/lsp on slow computers. 2020-12-08 15:49:51 +01:00
tastytea 0de86a312d Emacs: Fix prescient completion.
Load misc/completion, demand prescient.
2020-12-08 14:16:58 +01:00
tastytea 05c54c8c28 Emacs: Add hexrgb and use it to compute 'vhl/default-face. 2020-06-02 15:18:03 +02:00
tastytea 122cc8492d Emacs: Add misc/misc to init.el. 2020-05-29 17:22:31 +02:00
tastytea bf394af55f Emacs: Add email configuration. 2020-03-28 02:09:04 +01:00
tastytea 3a3f1b6ebb Emacs: Remove text/tools move contents elsewhere.
Moved to misc/documentation, programming/elisp and text/web.
2020-03-27 21:37:57 +01:00
tastytea 9a257f6213 Emacs: Replace concat with expand-file-name. 2020-03-18 12:16:08 +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 0f0c3e68c8 Emacs: Refactor basics/*. 2020-03-10 14:33:47 +01:00
tastytea 6c7b8a46b7 Emacs: Refactored my/quelpa-upgrade-all-maybe. 2020-02-27 05:26:05 +01:00
tastytea 3bc8ad73ac Emacs: slow-computer is in basics/global-variables. 2020-02-26 23:31:33 +01:00
tastytea c9b66392ab Emacs: basics/global-variables needs use-package. 2020-02-26 23:30:21 +01:00
tastytea e42937d9f2 Emacs: Rearrange and update init.el. 2020-02-26 23:17:44 +01:00
tastytea 5808879974 Emacs: Add flycheck-package. 2020-02-20 02:43:03 +01:00
tastytea e39b1273be Emacs: Do not delay loading of programming modes. 2020-02-18 17:19:53 +01:00
tastytea bb9537ba8a Emacs: Delay loading of programming modes. 2020-02-18 16:38:03 +01:00
tastytea 8664fe9a90 Emacs: Moved git and lsp config to separate files. 2020-01-27 02:11:10 +01:00
tastytea fa82276f7d Emacs: Prepend timestamps to messages. 2020-01-01 03:42:25 +01:00
tastytea 2d576fec10 Rename .emacs/init → .emacs/init.d and fix comment-face.
Inheriting `font-lock-comment-face` in `font-lock-comment-face` would lock up
Emacs.
2019-12-26 19:23:43 +01:00
tastytea 2159931d2a Add basic support for Go. 2019-11-14 12:51:21 +01:00
tastytea 62f13b7789 Add restclient to Emacs. 2019-11-04 21:10:34 +01:00
tastytea c2c0a3b62f Move misc/net.el to net/server.el. 2019-11-04 20:44:09 +01:00
tastytea 9ce5ff6ef8 Split up init.el. 2019-10-14 17:49:12 +02:00
tastytea 635cbaf6b1 Remove ggtags-bit in imenu-anywhere. 2019-10-14 12:09:15 +02:00
tastytea b5831c259c nov-mode description. 2019-10-14 00:42:28 +02:00
tastytea 4dd3f63cc8 Re-add man to emacs. WoMan cannot display tables. 2019-10-14 00:39:17 +02:00
tastytea 0ebde68a4e Added nov for ebooks. 2019-10-13 12:25:40 +02:00
tastytea 1649154998 Only add clang-tidy once as next-checker to lsp-ui. 2019-10-11 13:09:38 +02:00
tastytea a13b44ae9a Refine eldoc settings for lsp. 2019-10-11 13:09:17 +02:00
tastytea 5f0c80c4d5 Emacs woman: fill whole frame. 2019-10-09 20:50:13 +02:00
tastytea 4c8679ab9d Only start lsp-mode if cland is found. 2019-10-09 20:41:24 +02:00
tastytea 3e7250661d Use woman for manpages in Emacs. 2019-10-09 20:41:04 +02:00
tastytea 6ff34a0518 Don't ask for project root; look fort compile_commands in build dir. 2019-10-08 18:34:45 +02:00
tastytea e965cd88e7 Switch from irony to lsp-mode.
Remove irony, cmake-ide, ggtags. Add lsp-mode, lsp-mode-ui and company-lsp.
2019-10-08 15:46:27 +02:00
tastytea 25cac89930 Clarified comment for dtrt-indent. 2019-09-30 18:43:19 +02:00
tastytea 669c82f301 Change keybindings for flyspell and add C-<f7> for smerge-resolve. 2019-09-30 18:41:50 +02:00
tastytea b35496a691 Add "warning" and "information" to cppcheck-checks. 2019-09-30 18:41:10 +02:00
tastytea 2fb7ce5eed Run cmake-ide-load-db after cmake configure,
instead of cmake-ide-run-cmake.
2019-09-30 12:02:22 +02:00
tastytea d55aefe618 my/clang-include-filter should work now. 2019-09-30 12:01:24 +02:00
tastytea 85e0062e0f Add my/get-builddir (). 2019-09-30 12:00:58 +02:00
tastytea 29454d926d Don't indent in namespaces. 2019-09-30 08:00:50 +02:00
tastytea f1d0c916e6 Add .clang-format to prevent clang-tools from messing with my code. 2019-09-30 07:04:36 +02:00
tastytea f8310f1fee Fix clang-include-fixer and disable keybinding. 2019-09-29 16:09:42 +02:00
tastytea fab6f89425 Fix warning about init.el-var. 2019-09-29 15:11:16 +02:00
tastytea 09812979f0 Added clang-include-fixer, but it's broken. 2019-09-29 15:09:42 +02:00
tastytea 03ad4c381e Switch <f1> and C-<f1>. 2019-09-29 07:16:23 +02:00
tastytea a31b56435d Dix lockfile uncreation setting. 2019-09-29 07:15:54 +02:00