This repository has been archived on 2022-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/modules/emacs.el

33 lines
687 B
EmacsLisp
Raw Normal View History

2017-08-25 23:37:01 +02:00
;;; emacs.el --- Module file for Emacs management configuration.
;;
;; Copyright (C) 2017 Wojciech Kozlowski
;;
;; Author: Wojciech Kozlowski <wojciech.kozlowski@vivaldi.net>
;; Created: 25 Aug 2017
;;
;; This file is not part of GNU Emacs.
;;
;;; Commentary:
;;
;; This module sets up packages and configuration for managing Emacs.
;;
;;; License: GPLv3
;;; Required packages:
(setq init-packages/emacs-packages
'(use-package)
)
2017-08-25 23:37:01 +02:00
;;; Configuration:
(defun init-packages/init-emacs ()
;; --------------------------------------------------------------------------
;; Empty config.
;; --------------------------------------------------------------------------
)