(interactive)
(when buffer-file-name
(find-alternate-file (concat "/sudo:root@localhost:" buffer-file-name)))))
-
-(when (equal system-type 'android)
- (modifier-bar-mode 1))
#+END_SRC
* Packages
** Add melpa, and reduce the declarations by setting defaults
* GUI
#+BEGIN_SRC emacs-lisp
(load-theme 'eng-paper t)
-(menu-bar-mode -1)
-(tool-bar-mode -1)
+
+(if (equal system-type 'android)
+ (modifier-bar-mode 1)
+ (progn (menu-bar-mode -1)
+ (tool-bar-mode -1)))
(set-scroll-bar-mode (if (eq system-type 'windows-nt) nil 'left))
(setq frame-title-format "%b"