Added some code for android gui version
This commit is contained in:
parent
c4843c90f7
commit
7a2324a826
4 changed files with 37 additions and 3 deletions
8
init.el
8
init.el
|
|
@ -1,4 +1,12 @@
|
|||
;;; -*- lexical-binding: t; -*-
|
||||
(require 'package)
|
||||
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
|
||||
;; Comment/uncomment this line to enable MELPA Stable if desired.
|
||||
;; See `package-archive-priorities` and `package-pinned-packages`.
|
||||
;; Most users will not need or want to do this.
|
||||
;; (add-to-list 'package-archives
|
||||
;; '("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||
(package-initialize)
|
||||
(org-babel-load-file
|
||||
(expand-file-name
|
||||
"config.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue