diff options
| author | Craig Jennings <c@cjennings.net> | 2025-07-12 11:24:40 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-07-12 11:24:40 -0500 |
| commit | e842b52d442619a383c1536a22d6df2b3bf7db2b (patch) | |
| tree | 9244d0f366527b343801cf8a19369971378ea232 /modules/test-code.el | |
| parent | 28430e9cd9bb7c9a7d3eaf7745bbfc415ea7ee7d (diff) | |
| download | dotemacs-e842b52d442619a383c1536a22d6df2b3bf7db2b.tar.gz dotemacs-e842b52d442619a383c1536a22d6df2b3bf7db2b.zip | |
move erc-yank to erc-config; disable google-this
Diffstat (limited to 'modules/test-code.el')
| -rw-r--r-- | modules/test-code.el | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/modules/test-code.el b/modules/test-code.el index 106044fd..dca4b4a1 100644 --- a/modules/test-code.el +++ b/modules/test-code.el @@ -56,27 +56,15 @@ ;; -------------------------------- Google This -------------------------------- -(use-package google-this - :load-path "~/code/emacs-google-this/" - :defer 1 - :bind - ("C-h g" . 'google-this-search) - :config - (google-this-mode 1) - (setq google-this-browse-url-function 'eww-browse-url)) - - -;; ------------------------------ ERC Yank To Gist ----------------------------- -;; automatically create a Gist if pasting more than 5 lines -;; this module requires https://github.com/defunkt/gist -;; via ruby: 'gem install gist' via the aur: yay -S gist - -(use-package erc-yank - :defer 1 - :after erc - :bind - (:map erc-mode-map - ("C-y" . erc-yank))) +;; not working as-is +;; (use-package google-this +;; :load-path "~/code/emacs-google-this/" +;; :defer 1 +;; :bind +;; ("C-h g" . google-this-search) +;; :config +;; (google-this-mode 1) +;; (setq google-this-browse-url-function 'eww-browse-url)) ;; --------------------------------- Ob-Racket --------------------------------- |
