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.d/init.el | |
parent | fd3965b997a2f89c2079f2e89f8ecd4ae19a421e (diff) |
emacs: remove macos options for telega
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e4511b7..cb5ac05 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -936,13 +936,8 @@ you have the correctly set the OPENAI_API_KEY variable" (add-hook 'pdf-view-mode-hook 'pdf-view-midnight-minor-mode) (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode)) -(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"))) +(use-package telega + :ensure nil) ;; Check if we have mu4e available ;; if t load mu4e settings |