diff options
author | Thanos Apollo <[email protected]> | 2023-03-01 05:45:13 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-01 05:45:13 +0200 |
commit | 154828d7c2c8c1dbf96c9814add8383269d5ee1f (patch) | |
tree | 786c5f276b179778eb6891f231283ec79aa263f6 /emacs.org | |
parent | fd3965b997a2f89c2079f2e89f8ecd4ae19a421e (diff) |
emacs: remove macos options for telega
Diffstat (limited to 'emacs.org')
-rw-r--r-- | emacs.org | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -1073,7 +1073,6 @@ Hook with ~dired-mode~ (elfeed-goodies/setup) #+end_src - * PDF #+begin_src emacs-lisp @@ -1085,15 +1084,9 @@ Hook with ~dired-mode~ #+end_src * Telega In ~GuixSD~ systems I have telegram installed via guix, and it's loaded via ~guix-emacs-autoload-packages~ -In macOS, I have installed it through homebrew. #+begin_src emacs-lisp -(when (equal system-type 'darwin) (use-package telega - :load-path "~/telega.el" - :commands (telega) - :defer t - :config - (setq telega-server-libs-prefix "/opt/homebrew/Cellar/tdlib/HEAD-3d0140b"))) + :ensure nil) #+end_src * mu4e | Email Configuration |