]> git.eshelyaron.com Git - dotfiles.git/commitdiff
More tweaks for Android
authorEshel Yaron <me@eshelyaron.com>
Wed, 11 Oct 2023 18:33:12 +0000 (20:33 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 11 Oct 2023 18:33:12 +0000 (20:33 +0200)
.emacs.d/init.el
.emacs.d/lisp/esy-comm.el

index e6f50e99057f4a15f5667b3705f799615ea2ebe8..66768473483f6d85c7193b767e1bb4f353474533 100644 (file)
                       "--eval" "(setq org-export-with-broken-links t)"
                       "-f" "org-texinfo-export-to-texinfo")
                      ("mv" "README.texi"  "pdf-tools.texi"))))
+(elpaca ob-prolog)
 
 (unless (eq system-type 'android)
   (elpaca org)
   (elpaca org-transclusion)
-  (elpaca ob-prolog)
   (elpaca (sweeprolog
            :repo "~/checkouts/sweep/"
            :files ("*.org" "*.texi" "sweep.pl"
                     :background "salmon")
 (set-face-attribute 'font-lock-doc-face nil
                     :slant 'italic)
+(set-face-attribute 'elisp-shorthand-font-lock-face nil
+                    :foreground 'unspecified
+                    :slant 'italic)
 
 ;;; Add custom code directory to `load-path'
 
@@ -880,8 +883,7 @@ Interactively, POINT is point and KILL is the prefix argument."
   (add-hook 'prog-mode-hook mode))
 
 (add-hook 'lisp-data-mode-hook #'paredit-mode)
-(unless (eq system-type 'android)
-  (add-hook 'lisp-data-mode-hook #'rainbow-delimiters-mode))
+(add-hook 'lisp-data-mode-hook #'rainbow-delimiters-mode)
 
 ;;; Extend other standard hooks
 
index 87628e7a81e5fbb260ed8efde99f9ea51f5fb608..79947c3ecaa3ccbe8e361db61c5f02c089874c07 100644 (file)
 (with-eval-after-load 'gnus
   (require 'gnus-icalendar)
   (add-hook 'gnus-group-mode-hook #'gnus-topic-mode)
-  (esy-o365-setup 'gnus)
+  (unless (eq system-type 'android)
+    (esy-o365-setup 'gnus))
   (gnus-icalendar-setup)
   (gnus-icalendar-org-setup)
   (bbdb-initialize 'gnus 'mail 'message))