Commit Graph

29 Commits

Author SHA1 Message Date
tastytea 031240776f
Fix EDITOR variable setting for real this time. 2021-05-28 14:13:14 +02:00
tastytea 5d6a895c7d
Fix EDITOR variable setting. 2021-05-27 22:10:59 +02:00
tastytea 708a00fe72
Set EDITOR to emacsclient.
For magit.
2021-05-25 12:43:33 +02:00
tastytea da4ff546c7 Put my/reformat-save into group “my”. 2020-12-13 19:04:05 +01:00
tastytea a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
tastytea 432fb10ecc Emacs: Set final value for gc-cons-threshold after-init. 2020-12-08 15:49:23 +01:00
tastytea 2b41312a29 Emacs: Don't make my/reformat-save local by default.
It is set to nil with `:local t`.
2020-12-05 14:20:44 +01:00
tastytea 8ba9ebf228 Emacs: Make my/reformat-save a custom variable. 2020-12-05 10:55:36 +01:00
tastytea 1aee4e4ed4 Emacs: Increase gc-cons-threshold for LSP. 2020-12-03 21:43:43 +01:00
tastytea f2cf118fe9 Emacs: Mark built-in packages explicitly. 2020-11-18 18:38:55 +01:00
tastytea 56d52c554c Emacs: Replace variable my/no-ws-cleanup with my/reformat-save. 2020-10-27 09:50:20 +01:00
tastytea d233acbf61 Emacs: Fixed errors introduced by use-package-always-defer → t. 2020-05-24 22:59:31 +02:00
tastytea 62e7c61c15 Emacs: Set what-cursor-show-names to t. 2020-05-17 17:28:28 +02:00
tastytea 18085e21de Emacs: Require package-management.el in init files. 2020-03-18 15:00:17 +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 5fcc5331b3 Emacs: Load diminish in global-variables.el. 2020-03-11 12:10:33 +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
tastytea 6c7b8a46b7 Emacs: Refactored my/quelpa-upgrade-all-maybe. 2020-02-27 05:26:05 +01:00
tastytea 0a66771a5b Emacs: Add my/file-last-modification. 2020-02-26 23:07:19 +01:00
tastytea 1347b838c0 Emacs: Increase the amount of data which is read from a process.
LSP responses are in 800k - 3M range, according to <https://github.com/emacs-lsp/lsp-mode#performance>.
2020-02-26 04:55:30 +01:00
tastytea 5d535cd318 Emacs: Diminish auto-fill-function. 2020-02-11 18:04:27 +01:00
tastytea 650cb68c96 Emacs: Diminish some more modes. 2020-02-11 17:59:12 +01:00
tastytea ad17ba7ea6 Revert "Emacs: schnibble has correct hostname now."
This reverts commit aef96118c8df6cca6a066a66cbc4c2e5816ee21e.
2020-01-26 19:33:54 +01:00
tastytea 1d029a4ff9 Emacs: Replace company-clang-version with my/clangd-version. 2020-01-26 07:01:04 +01:00
tastytea ee9c8aac74 Emacs: schnibble has correct hostname now. 2020-01-26 01:07:33 +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