1 ;;; emacs-helper.el --- An emacs config collection for Non programmers -*- lexical-binding: t; -*-
4 ;; Copyright 2016 Feng Shu
6 ;; Author: Feng Shu <tumashu@163.com>
7 ;; URL: https://github.com/tumashu/emacs-helper
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)
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.
27 ;; * Emacs-helper 使用说明 :README:doc:
29 ;; Emacs-helper 是 [[https://github.com/tumashu][Tumashu]] 同学的个人配置.
34 (require 'eh-functions
)
36 (require 'eh-complete
)
37 (require 'eh-gnus-common
)
42 (provide 'emacs-helper
)
48 ;;; emacs-helper.el ends here