u
[emacs-helper.git] / emacs-helper.el
blob3a107d738594f7d903e8f92323139bd509d3fa7d
1 ;;; emacs-helper.el --- An emacs config collection for Non programmers -*- lexical-binding: t; -*-
3 ;; * Header
4 ;; Copyright 2016 Feng Shu
6 ;; Author: Feng Shu <tumashu@163.com>
7 ;; URL: https://github.com/tumashu/emacs-helper
8 ;; Version: 0.0.1
9 ;; Package-Requires: ((cl-lib "0.5"))
11 ;; This program is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
16 ;; This program is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with this program; if not, write to the Free Software
23 ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 ;;; Commentary:
27 ;; * Emacs-helper 使用说明 :README:doc:
28 ;; ** 简介
29 ;; Emacs-helper 是 [[https://github.com/tumashu][Tumashu]] 同学的个人配置.
31 ;; * 代码 :code:
32 (require 'eh-basic)
33 (require 'eh-theme)
34 (require 'eh-functions)
35 (require 'eh-org)
36 (require 'eh-complete)
37 (require 'eh-gnus-common)
38 (require 'eh-misc)
39 (require 'eh-guix)
41 ;; * Footer
42 (provide 'emacs-helper)
44 ;; Local Variables:
45 ;; coding: utf-8-unix
46 ;; End:
48 ;;; emacs-helper.el ends here