31 lines
474 B
EmacsLisp
31 lines
474 B
EmacsLisp
;;; modeline.el --- Module file for configuring the modeline.
|
|
;;
|
|
;; Copyright (C) 2018 Wojciech Kozlowski
|
|
;;
|
|
;; Author: Wojciech Kozlowski <wk@wojciechkozlowski.eu>
|
|
;; Created: 11 Feb 2018
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; Commentary:
|
|
;;
|
|
;; This module is used for configuring the modeline.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
;;; Required packages:
|
|
|
|
(setq emodule/modeline-packages
|
|
|
|
'(powerline)
|
|
|
|
)
|
|
|
|
;;; Configuration:
|
|
|
|
(defun emodule/modeline-init ()
|
|
|
|
|
|
|
|
)
|