Remove Spacemacs and Chemacs submodules
My vanilla emacs config is now the only config I have.
This commit is contained in:
parent
f6709bbb39
commit
0126affe5c
@ -1 +0,0 @@
|
|||||||
vanilla
|
|
@ -1,2 +0,0 @@
|
|||||||
(("spacemacs" . ((user-emacs-directory . "~/.emacs.spacemacs")))
|
|
||||||
("vanilla" . ((user-emacs-directory . "~/.emacs.vanilla"))))
|
|
1
.emacs.d
1
.emacs.d
@ -1 +0,0 @@
|
|||||||
Subproject commit ef82118824fac2b2363d3171d26acbabe1738326
|
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 5c88c3b089c132997bf9f571a0207d93739efef1
|
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,3 @@
|
|||||||
[submodule ".config/tmux"]
|
[submodule ".config/tmux"]
|
||||||
path = .config/tmux
|
path = .config/tmux
|
||||||
url = git@github.com:gpakosz/.tmux.git
|
url = git@github.com:gpakosz/.tmux.git
|
||||||
[submodule ".emacs.d"]
|
|
||||||
path = .emacs.d
|
|
||||||
url = git@github.com:plexus/chemacs2.git
|
|
||||||
[submodule ".emacs.spacemacs"]
|
|
||||||
path = .emacs.spacemacs
|
|
||||||
url = git@github.com:syl20bnr/spacemacs.git
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#+html_head: <meta property="og:title" content="Phundrak’s Emacs Configuration" />
|
#+html_head: <meta property="og:title" content="Phundrak’s Emacs Configuration" />
|
||||||
#+html_head: <meta property="og:description" content="Phundrak’s Emacs Configuration Detailed" />
|
#+html_head: <meta property="og:description" content="Phundrak’s Emacs Configuration Detailed" />
|
||||||
#+property: header-args:emacs-lisp :mkdirp yes :lexical t :exports code
|
#+property: header-args:emacs-lisp :mkdirp yes :lexical t :exports code
|
||||||
#+property: header-args:emacs-lisp+ :tangle ~/.emacs.vanilla/init.el
|
#+property: header-args:emacs-lisp+ :tangle ~/.emacs.d/init.el
|
||||||
#+property: header-args:emacs-lisp+ :mkdirp yes :noweb no-export
|
#+property: header-args:emacs-lisp+ :mkdirp yes :noweb no-export
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
@ -41,7 +41,7 @@ Emacs. This is where I put some options in order to disable as quickly
|
|||||||
as possible some built-in features of Emacs before they can be even
|
as possible some built-in features of Emacs before they can be even
|
||||||
loaded, speeding Emacs up a bit.
|
loaded, speeding Emacs up a bit.
|
||||||
#+headers: :exports code :results silent :lexical t
|
#+headers: :exports code :results silent :lexical t
|
||||||
#+begin_src emacs-lisp :mkdirp yes :tangle ~/.emacs.vanilla/early-init.el
|
#+begin_src emacs-lisp :mkdirp yes :tangle ~/.emacs.d/early-init.el
|
||||||
(setq package-enable-at-startup nil
|
(setq package-enable-at-startup nil
|
||||||
inhibit-startup-message t
|
inhibit-startup-message t
|
||||||
frame-resize-pixelwise t ; fine resize
|
frame-resize-pixelwise t ; fine resize
|
||||||
|
Loading…
Reference in New Issue
Block a user