16 lines
483 B
EmacsLisp
16 lines
483 B
EmacsLisp
|
;;; layers.el --- Ivy Layer layers File for Spacemacs
|
||
|
;;
|
||
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
||
|
;;
|
||
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
||
|
;; URL: https://github.com/syl20bnr/spacemacs
|
||
|
;;
|
||
|
;; This file is not part of GNU Emacs.
|
||
|
;;
|
||
|
;;; License: GPLv3
|
||
|
|
||
|
;; smex is handled by the `ivy' layer and we don't want
|
||
|
;; to use the ownership mechanism of layers because it is dependent
|
||
|
;; on the order of layer declaration
|
||
|
(configuration-layer/remove-layer 'smex)
|