#+TITLE: Emacs Configuratione
-#+OPTIONS: toc:4
#+PROPERTY: header-args:emacs-lisp :tangle yes :results silent :export code
* Introduction
:END:
Not a package in the strict sense, just a .el file loaded as a git submodule - forked from [[https://github.com/akrito/acme-mouse/]] to [[https://github.com/rearman/acme-mouse/]] and modified to meet changes to the old =cl= package, and to fix the ~mouse-3~ search function. Also see the [[id:451a20e6-73a0-4d55-aeaa-e795980a6974][Maus]] section.
#+BEGIN_SRC emacs-lisp
-(add-to-list 'load-path (concat user-emacs-directory "acme-mouse/"))
-(require 'acme-mouse)
+(unless (equal system-type 'android)
+ (add-to-list 'load-path (concat user-emacs-directory "acme-mouse/"))
+ (require 'acme-mouse))
#+END_SRC
*** AUCTeX
:END:
Don't follow links with mouse-1, so I can select without having to use the keyboard (when I want to).
#+BEGIN_SRC emacs-lisp
-(setq mouse-1-click-follows-link nil)
+(unless (equal system-type 'android)
+ (setq mouse-1-click-follows-link nil))
#+END_SRC
*** Buffer looks