Commit Graph

22 Commits

Author SHA1 Message Date
2b39d5b0d7 chore(use-package): use :preface in favor of :init when defining things 2022-04-22 23:25:56 +01:00
a8618938bf feat(core): use general.el for keybind definitions nearly everywhere
Primarily this replaces :bind with :general in all use-package calls.
2022-03-14 21:16:15 +00:00
8096cb34ab feat(misc): add lorem-ipsum package 2021-08-03 01:27:39 +01:00
616ecc703f chore(misc): defer loading of explain-pause-mode 2021-03-22 11:08:09 +00:00
98b4e800f5 fix(misc): do not enable explain-pause-mode automatically when emacs starts
Instead let it be a something that needs to be manually started. It
seems to make Emacs just that little slower overall.
2021-03-15 23:12:04 +00:00
7a02ca009b chore(misc): tweak explain-pause-mode setup 2021-02-17 01:52:59 +00:00
395ad7ccac fix(startup): correctly setup deferred loading for various packages
This just ensures that various packages that can defer loading actually
does defer until they're first used.
2021-02-17 01:52:59 +00:00
3edd57c753 feat(misc): add rand-ip command to insert a random IPv4 address 2020-10-29 10:44:36 +00:00
60df63bc49 feat(misc): add various rand-* commands for generating randomized data 2020-10-27 13:05:42 +00:00
9c28e4229f feat(misc): add uuidgen package 2020-09-18 09:34:25 +01:00
8814bf1303 feat(performance): Add explain-pause-mode
This might come in handy with debugging what causing slowdowns in emacs.
2020-05-19 21:47:34 +01:00
767014dba5 feat(workspaces): Enable easy re-ordering of persp-mode perspectives 2020-04-09 13:56:24 +01:00
801b32af1d feat(misc): Add grip-mode to preview Markdown via GitHub's API 2020-03-19 21:24:31 +00:00
7d0cdb6e78 chore(misc): Make zoning out even more fun 2020-02-04 10:08:54 +00:00
b13ca362cb feat(packages): Replace package.el with straight.el 2020-02-04 10:08:37 +00:00
290ba13b1c chore: Improve loading of prog-mode features into non-prog-mode modes
There are a few major modes which are not based on prog-mode, that I
want to behave like prog-mode. Previously each did nearly all the same
setup that's done via the prog-mode hooks. Now instead let's actually
run runs the hooks for prog-mode.
2020-01-26 20:25:49 +00:00
a3f4a72256 Move siren-shell-pop module to shell category 2019-09-10 16:59:04 +01:00
70565fa9d7 Add module for shell-pop 2019-08-16 13:59:58 +01:00
a8e3f54f3d Add module for paradox 2019-08-15 23:35:09 +01:00
9a3d60dee9 Add module for restart-emacs package 2018-06-04 14:02:32 +01:00
2b4efa8f71 Refactor siren-zone module to use use-package 2018-06-04 13:53:28 +01:00
87a86191db Majorly re-organize modules
- Split large modules into smaller parts (e.g. siren-text-manipulation)
- Organize modules into high level groups:
  - completion
  - core
  - editor
  - languages
  - linting
  - misc
  - navigation
  - projects
  - spelling
  - text-editing
  - version-control
  - windows
  - workspaces
2018-05-20 17:31:11 +01:00