Commit Graph

163 Commits

Author SHA1 Message Date
tastytea 75cd6348b6
Remove superfluous comments 2022-05-03 11:06:35 +02:00
tastytea 70267a6c1c
Change default dictionary do en_GB 2022-04-16 15:11:14 +02:00
tastytea 3b0dc14c73
Update paths for easy-hugo. 2021-12-11 13:08:34 +01:00
tastytea b07b175f15
Move whitespace to appearance.el. 2021-08-23 15:02:08 +02:00
tastytea 2fd22076e9
Explain that .csp files are HTML files.
They are “C++ Server Pages” from Drogon.
2021-08-19 14:52:09 +02:00
tastytea 6a4dc52230
Add hl-todo-mode to adoc-mode. 2021-07-27 21:04:51 +02:00
tastytea ee33b89053
Disable rainbow-mode. 2021-07-27 21:04:36 +02:00
tastytea 77f3b51e09
Add org-caldav – sync caldav calendar with org file. 2021-06-26 15:27:18 +02:00
tastytea 21daa87696
Enable yas-minor-mode in XML buffers. 2021-05-15 20:16:48 +02:00
tastytea f418ff4cb1
Add whitespace-cleanup-mode. 2021-05-15 03:35:19 +02:00
tastytea cf0574fd23
Fix “malformed function” errors.
Had to wrap them in a `progn` instead of just brackets.
2021-04-21 17:27:38 +02:00
tastytea d14683785a
Disable company-web.
lsp-mode does the job.
2021-04-21 17:24:48 +02:00
tastytea 0b2f9709b9
Remove old blog from easy-hugo config. 2021-03-15 18:52:24 +01:00
tastytea 230aef77c2
dd description for (my/html-paragraphify-buffer). 2021-03-15 04:15:21 +01:00
tastytea 6a5981d19a
Re-order suggestions in (my/html-surround-with-tag ()). 2021-03-14 19:36:40 +01:00
tastytea 7513b9ae26
Add (my/html-paragraphify-buffer ()). 2021-03-14 19:36:16 +01:00
tastytea 3372124e8c Emacs: Add blockquote as suggestion to my/html-surround-with-tag. 2021-03-11 18:40:34 +01:00
tastytea a5d6f9a88e Emacs: Add shortcut for flyspell-correct-word for TUI.
`C-.` doesn't work in terminal Emacs, so I added `C-c .`.
2021-03-11 13:44:29 +01:00
tastytea b11721fdb3 Emacs: Add function to surround region with HTML tag. 2021-03-10 14:22:40 +01:00
tastytea 5ad5efc049 Emacs: Remove (my/toggle-truncate-lines), is already in Emacs. 2021-03-10 14:17:32 +01:00
tastytea fc796a94d1 Emacs: Mark indentation variables as safe-local. 2021-01-20 07:34:28 +01:00
tastytea e29b1150f7 Emacs: Set fill-column for web-mode to 120. 2021-01-08 03:25:28 +01:00
tastytea 657640b4dd Emacs: Add json-mode and activate lsp-mode for it. 2021-01-08 03:08:50 +01:00
tastytea a05aeb3b1a Emacs: LSP: Configure breadcrumb-mode. 2021-01-08 03:08:10 +01:00
tastytea 7585e1944a Emacs: Set ruler-mode to built-in. 2020-12-30 02:17:12 +01:00
tastytea dc367b9bc3 Emacs: Update blog path / URL. 2020-12-29 18:31:17 +01:00
tastytea aa6a7660a8 Emacs: Update easy-hugo config. 2020-12-26 00:45:41 +01:00
tastytea a54a36a2e9 Emacs: Remove Time-stamps. 2020-12-13 11:00:14 +01:00
tastytea 0bb08ae838 Emacs: Use turn-off-auto-fill instead of lambda. 2020-12-13 10:33:20 +01:00
tastytea 2cdef331de Emacs: Put ivy & company into misc/completion. 2020-12-08 14:10:01 +01:00
tastytea d15eefdf5d Emacs: Replace (unless slow-computer […] with :unless slow-computer. 2020-12-08 13:17:06 +01:00
tastytea 5d82c3f752 Emacs: Require basics/buffers in text/misc.
For my/truncate-lines.
2020-12-07 20:40:17 +01:00
tastytea 8c71af851b Emacs: Don't invoke rainbow-mode explicitly for i3wm-config-mode.
rainbow-mode is invoked for all conf-mode derived modes now.
2020-12-07 20:37:02 +01:00
tastytea 061eb8fbb1 Emacs: Invoke conf-space-mode when visiting package.license. 2020-12-07 20:36:24 +01:00
tastytea ccfeb1e4e4 Emacs: Mark more packages as built-in. 2020-12-07 20:35:13 +01:00
tastytea e155efa891 Emacs: Add template for metadata.xml. 2020-12-07 16:31:46 +01:00
tastytea fb15524b93 Emacs: Only install cmake-mode if it isn't already installed.
And generalize ebuild-mode check.
2020-12-07 16:29:59 +01:00
tastytea bcd99de364 Emacs: Add PR URL to straight-bug. 2020-12-06 17:10:45 +01:00
tastytea d4dbffc344 Revert "Emacs: Remove workaround for register-quicknav."
This reverts commit 752e41773b83249598140ff391364f4efc3115ff.

It's not in master yet.
2020-12-06 11:50:49 +01:00
tastytea b213f8cfb0 Emacs: Remove workaround for register-quicknav.
<https://github.com/raxod502/straight.el/issues/279>
2020-12-05 18:03:06 +01:00
tastytea ccfe39c9f0 Emacs: Activate rainbow-mode in conf-mode. 2020-12-02 11:51:28 +01:00
tastytea c25c3bbe77 Emacs: Set the right colors for ruler in server mode. 2020-11-29 09:12:26 +01:00
tastytea 8dd8947c47 Emacs: Own package definition for hl-line. 2020-11-29 09:11:03 +01:00
tastytea 5ac733498a Emacs: Add my/reload-theme, some dependency fixes. 2020-11-26 13:21:04 +01:00
tastytea d417d9e793 Emacs: Org: Show agenda for next 6 months, don't show empty days.
Also make C-a global keybinding for `org-agenda`.
2020-11-26 12:06:43 +01:00
tastytea f2cf118fe9 Emacs: Mark built-in packages explicitly. 2020-11-18 18:38:55 +01:00
tastytea 5aa9d5dc07 Emacs: Add ox-asciidoc. 2020-11-18 18:32:47 +01:00
tastytea bebe46145d Emacs: Use counsel-imenu, remove flimenu. 2020-11-13 18:02:16 +01:00
tastytea 56d52c554c Emacs: Replace variable my/no-ws-cleanup with my/reformat-save. 2020-10-27 09:50:20 +01:00
tastytea 34764d1306 Emacs: Move rainbow-mode to text/common. 2020-10-14 21:43:27 +02:00