Skip to content

Instantly share code, notes, and snippets.

View nashamri's full-sized avatar
🐧

Nasser Alshammari nashamri

🐧
View GitHub Profile
Loading /home/nasser/.emacs.d/core/core-load-paths.el (source)...done
Loading /home/nasser/.spacemacs...done
(Spacemacs) Calling dotfile init...
(Spacemacs) Setting font "Monospace"...
(Spacemacs) Banner: /home/nasser/.emacs.d/core/banners/001-banner.txt
Mark set
(Spacemacs) Executing user init...
(Spacemacs) Calling dotfile layers...
(Spacemacs) Looking for configuration layers in /home/nasser/.emacs.d/contrib/
(Spacemacs) -> Discovered configuration layer: vim-empty-lines
@nashamri
nashamri / gist:9d692a03dae86ca43656
Created October 14, 2015 11:51
msi screen isssue
[ 3.121]
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 3.121] X Protocol Version 11, Revision 0
[ 3.121] Build Operating System: Linux 4.0.4-2-ARCH x86_64
[ 3.121] Current Operating System: Linux ghost 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64
[ 3.121] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=93697b09-0d1b-40f5-975f-8d9120d1d99c rw quiet
[ 3.121] Build Date: 17 July 2015 05:38:19PM
[ 3.121]
[ 3.121] Current version of pixman: 0.32.6
@nashamri
nashamri / spacemacs-common.el
Last active June 23, 2016 11:43
spacemacs-theme setting theme variables
;;; spacemacs-common.el --- Color theme with a dark and light versions.
;; Copyright (C) 2015-2016 Nasser Alshammari
;; Author: Nasser Alshammari
;; URL: <https://github.com/nashamri/spacemacs-theme>
;;
;; Version: 0.1
;; Keywords: color, theme
;; Package-Requires: ((emacs "24"))
module Main exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (onInput, onClick)
import Random
import Random.List exposing (choose)
import Tuple exposing (first, second)