15 lines
356 B
EmacsLisp
15 lines
356 B
EmacsLisp
|
;;; funcs.el --- Conlanging Layer functions File for Spacemacs
|
||
|
;;
|
||
|
;; Copyright (c) 2019-2020 Lucien Cartier-Tilet
|
||
|
;;
|
||
|
;; Author: Lucien Cartier-Tilet <phundrak@phundrak.fr>
|
||
|
;; URL: https://github.com/syl20bnr/spacemacs
|
||
|
;;
|
||
|
;; This file is not part of GNU Emacs.
|
||
|
;;
|
||
|
;;; License: GPLv3
|
||
|
|
||
|
(configuration-layer/declare-layer 'conlanging)
|
||
|
|
||
|
;;; layers.el ends here
|