Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am bnns on github.
  • I am bnns (https://keybase.io/bnns) on keybase.
  • I have a public key ASD8CYlnGLLxiVwO20RvgYIo07Jaoq40n9qcDKK0EctjOAo

To claim this, I am signing this object:

@bnns
bnns / spacemacs-cheatsheet.txt
Created September 24, 2016 05:00 — forked from davoclavo/spacemacs-cheatsheet.md
Spacemacs cheatsheet
`emacs --daemon` to run in the background.
`emacsclient.emacs24 <filename/dirname>` to open in terminal
NOTE: "M-m and SPC can be used interchangeably".
* Undo - `C-/`
* Redo - `C-?`
* Change case: 1. Camel Case : `M-c`
2. Upper Case : `M-u`
3. Lower Case : `M-l`
@bnns
bnns / .zshrc
Created October 30, 2015 18:07
# Path to your oh-my-zsh installation.
export ZSH=/Users/bnns/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
# ZSH_THEME="candy-kingdom"
# ZSH_THEME="fino"
# ZSH_THEME="jnrowe"
@bnns
bnns / .spacemacs
Last active January 20, 2022 03:34
;; -*- mode: emacs-lisp; lexical-binding: t -*-
;; This file is loaded by Spacemacs at startup.
;; It must be stored in your home directory.
(defun dotspacemacs/layers ()
"Layer configuration:
This function should only modify configuration layer settings."
(setq-default
;; Base distribution to use. This is a layer contained in the directory
;; `+distribution'. For now available distributions are `spacemacs-base'