summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el16
1 files changed, 9 insertions, 7 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 1375205..ca48879 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,8 +1,6 @@
;;; package --- My .emacs.d init. 2017.12.12
;;; Commentary:
-;; -*- coding: utf-8 -*-
-
-;;; Code:
+;; -*- coding: utf-8 -*- ;;; Code:
;; Base config
@@ -20,18 +18,19 @@
(tool-bar-mode -1)
(scroll-bar-mode -1)
(blink-cursor-mode -1)
-
+(global-linum-mode 1)
+(setq inhibit-splash-screen 1)
;; Line number
;; (global-linum-mode 1)
;; Disable visual bell
(setq ring-bell-function 'ignore)
;; Transparent
-;;(set-frame-parameter (selected-frame) 'alpha '(85 . 50))
-;;(add-to-list 'default-frame-alist '(alpha . (85 . 50)))
+(set-frame-parameter (selected-frame) 'alpha '(85 . 50))
+(add-to-list 'default-frame-alist '(alpha . (85 . 50)))
;; Personal information
-(setq user-full-name "李向阳 141160029"
+(setq user-full-name "Steve Lee"
user-mail-address "me@xiangyangli.com")
;; Bootstrap
@@ -50,6 +49,9 @@
(require 'init-helm)
(require 'init-neotree)
(require 'init-slime)
+ (require 'recentf)
+ (require 'init-rust)
+ (require 'init-lsp)
(require 'init-window-numbering))
;; Theme