summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-03-01 05:45:13 +0200
committerThanos Apollo <[email protected]>2023-03-01 05:45:13 +0200
commit154828d7c2c8c1dbf96c9814add8383269d5ee1f (patch)
tree786c5f276b179778eb6891f231283ec79aa263f6 /emacs.org
parentfd3965b997a2f89c2079f2e89f8ecd4ae19a421e (diff)
emacs: remove macos options for telega
Diffstat (limited to 'emacs.org')
-rw-r--r--emacs.org9
1 files changed, 1 insertions, 8 deletions
diff --git a/emacs.org b/emacs.org
index 5882d3b..713f9dd 100644
--- a/emacs.org
+++ b/emacs.org
@@ -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