Skip to content

Instantly share code, notes, and snippets.

@ansxor
ansxor / config.org
Last active January 11, 2021 21:19
emacs config

Sue Emacs Configuration

Packages

Respositories

(require 'package)
(setq package-enable-at-startup nil)

(setq package-archives '(("ELPA"  . "http://tromey.com/elpa/")
;; basically just screams at you when you dont alternate lol im too lazy
;; to locate the window
side := "Right"
~$k::GoSub CheckRight
~$l::GoSub CheckRight
~$d::GoSub CheckLeft
~$s::GoSub CheckLeft
CheckRight:
@ansxor
ansxor / sbs2blue.css
Last active April 29, 2020 02:58
SBS2 Blue Theme
nav, footer {
background-color: #294969;
}
footer {
overflow: hidden;
}
textarea,select {
background-color: white;