Lengyueyang's Emacs configuration

1
2
3
4
;;; ------------------------------------------
;;; Do not edit this file. It was tangled from
;;; an org file.
;;; ------------------------------------------

1 Introduction: Emacs Configuration in an Org File

I used spacemacs recently, org-mode is my favourite package of emacs, I use org-mode to GTD, write slide and documents, so I want to use org-mode to manager may own configuration of emacs beyond spacemacs.

After searched in google and with my research, I found the way below, I want to manager my own emacs configuration from now ([2016-11-07 Mon 21:00]).

You could found my org config file in https://github.com/lengyueyang/spacemacs-lengyue

Archlinux install and configuration

Archlinux install

Prepare for the installation

  • Prepare the ISO of archlinux, and brasero it into USB flash disk

  • Partiton: use cfdisk, use the UEFI install, the mkfs

1
2
3
4
/dev/sda1 to UEFI boot: ef00, 1G
/dev/sda2 to 119G
mkfs.fat -F32 /dev/sda1
mkfs.ext4 /dev/sda2