15 lines
508 B
EmacsLisp
15 lines
508 B
EmacsLisp
;;; config.el --- spacemacs-ivy Layer Configuration 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 spacemacs-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)
|