408e710e39
- Fix typos in README.org - Add missing image - Remove unecessary post-init functions - Move SPC m h to SPC m h h to follow conventions - Add correct copyright attribution
14 lines
378 B
EmacsLisp
14 lines
378 B
EmacsLisp
;;; config.el --- Asm Layer config File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Tu, Do Hoang <tuhdo1710@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;; variables
|
|
(spacemacs|defvar-company-backends asm-mode)
|
|
(spacemacs|defvar-company-backends nasm-mode)
|