just another yadm commit
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -4,7 +4,7 @@ call pathogen#helptags()
|
||||
filetype plugin on " Enable filetype plugins
|
||||
|
||||
if &diff
|
||||
colorscheme industry
|
||||
colorscheme industry
|
||||
endif
|
||||
set nocompatible
|
||||
set hidden " Allow buffer switching without saving
|
||||
|
||||
@@ -45,7 +45,7 @@ end
|
||||
-- {{{ Variable definitions
|
||||
-- Themes define colours, icons, font and wallpapers.
|
||||
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
|
||||
|
||||
beautiful.wallpaper = "/home/snarbutas/Pictures/Nightmare-Before-Christmas.png"
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
terminal = "termite"
|
||||
editor = os.getenv("EDITOR") or "nano"
|
||||
|
||||
Reference in New Issue
Block a user