diff --git a/README.md b/README.md index dfd152e..6a16f8f 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
FG42
+
FG42


diff --git a/fg42-config.el b/fg42-config.el index e23ffb0..d86578d 100644 --- a/fg42-config.el +++ b/fg42-config.el @@ -32,6 +32,8 @@ ;; Prevent package.el to install anything at startup (setq package-enable-at-startup nil) +(setq tab-width 2) + (setq custom-file (format "%s/.fg42.custom.el" (getenv "HOME"))) (setq user-emacs-directory "~/.fg42/emacs.d") (setq user-init-file @@ -49,6 +51,7 @@ (require 'fg42) + (if (not fg42-v3) (progn (load-user-config user-init-file) diff --git a/share/images/FG42_Tetris_style.svg b/share/images/FG42_Tetris_style.svg deleted file mode 100644 index 35417ee..0000000 --- a/share/images/FG42_Tetris_style.svg +++ /dev/null @@ -1,901 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/share/images/Header.gif b/share/images/Header.gif deleted file mode 100644 index 6f5d33a..0000000 Binary files a/share/images/Header.gif and /dev/null differ diff --git a/share/images/favicon.png b/share/images/favicon.png new file mode 100644 index 0000000..e96132a Binary files /dev/null and b/share/images/favicon.png differ diff --git a/share/images/header.png b/share/images/header.png deleted file mode 100644 index 7a14984..0000000 Binary files a/share/images/header.png and /dev/null differ diff --git a/share/images/logo.png b/share/images/logo.png index a3aa2f1..b41ef78 100644 Binary files a/share/images/logo.png and b/share/images/logo.png differ