Commit Graph

288 Commits

Author SHA1 Message Date
tastytea cdb4a28d22 Improved main-snippet. 2019-10-14 00:42:10 +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 0e6c527d24 Improved main-snippet. 2019-10-08 15:45:12 +02:00
tastytea fe68072138 Added compilescript snippet. 2019-10-07 21:32:33 +02:00
tastytea ef373e9ed3 Added snippet “main”. 2019-10-01 10:14:42 +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
tastytea 247f2107e2 Bind C-<f1> to man. 2019-09-29 07:06:47 +02:00
tastytea 1cc912d286 Do not create lockfiles, update commentary. 2019-09-29 07:06:20 +02:00
tastytea 4e93db2a95 Only enable/disable clang-tidy in c++ or c mode. 2019-09-29 02:40:52 +02:00
tastytea 9200c04f76 Added Glimpse to i3 config. 2019-09-28 04:48:04 +02:00
tastytea aafbb1abe9 Enable flyspell in git commits. 2019-09-26 08:23:07 +02:00
tastytea 84503c45d1 Add keybindings for smerge-prev and smerge-next. 2019-09-26 08:16:16 +02:00
tastytea 2dbc76d6c2 Pin flycheck-clang-tidy to melpa. 2019-09-26 01:27:27 +02:00
tastytea 3b3eac535b Deactivate yasnippet-collection. 2019-09-25 03:56:01 +02:00
tastytea 901401f0e6 Fixed C++ source file template. 2019-09-25 03:55:21 +02:00
tastytea 058a937f13 Updated C++ templates. 2019-09-25 03:38:21 +02:00
tastytea 0f19b47daf Enable flyspell-c++-clang-tidy only for saved files. 2019-09-25 02:24:49 +02:00
tastytea 1d254e7908 Flycheck: Moved next and prev keybindings to right location. 2019-09-25 01:38:55 +02:00
tastytea eea43755e2 Change flyspell keybindings: <f5>=prev, <f6>=next, <f7>=toggle. 2019-09-25 01:09:24 +02:00
tastytea 823275a431 Unbind <f7> (was fold-dwim-toggle). 2019-09-25 01:01:40 +02:00
tastytea a549ffacde Add Easy-hugo to unskippable buffers. 2019-09-24 21:19:47 +02:00
tastytea df29942ec1 Added clang-tidy integration to emacs. 2019-09-24 21:18:05 +02:00
tastytea 23f7d628b9 Make headlines bold in Markdown and AssciiDoc. 2019-09-23 19:23:18 +02:00
tastytea e3d7f5c51d Added keybinding for neotree-hide (C-<f8>). 2019-09-23 16:28:52 +02:00
tastytea b248a46f42 Added Easy-hugo to never-skippable-buffers. 2019-09-23 16:28:22 +02:00
tastytea 6b078dd410 Updated manpage template. 2019-09-22 03:53:21 +02:00
tastytea f140502a10 Use ggtags to create Imenu index for C++ files. 2019-09-20 22:27:04 +02:00
tastytea 0fbe54f6f1 Added try yasnippet. 2019-09-10 16:09:52 +02:00
tastytea 076ade59fb Added ggtags keybindings for next-file and prev-file. 2019-09-06 01:49:44 +02:00
tastytea ee214d9f52 Added rfc-mode. 2019-08-27 12:40:42 +02:00